aboutsummaryrefslogtreecommitdiffstats
path: root/src/features/appearance/index.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/features/appearance/index.js')
-rw-r--r--src/features/appearance/index.js4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/features/appearance/index.js b/src/features/appearance/index.js
index 87651a3f4..c3425ba9c 100644
--- a/src/features/appearance/index.js
+++ b/src/features/appearance/index.js
@@ -235,8 +235,6 @@ export default function initAppearance(stores) {
235 () => { 235 () => {
236 updateStyle(settings.all.app); 236 updateStyle(settings.all.app);
237 }, 237 },
238 { 238 { fireImmediately: true },
239 fireImmediately: true,
240 },
241 ); 239 );
242} 240}