From b1670dfd480c0fdb08768faef032a19357c3bd5e Mon Sep 17 00:00:00 2001 From: Anduin Xue Date: Thu, 22 May 2025 04:22:56 +0000 Subject: [PATCH] Remove redundant theme synchronization call in LightDarkSwitcherExtension. Fix #89 --- .../switcher@anduinos/extension.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/mods/29-gnome-extension-anduinos-switcher/switcher@anduinos/extension.js b/src/mods/29-gnome-extension-anduinos-switcher/switcher@anduinos/extension.js index bcd5721..20df42d 100644 --- a/src/mods/29-gnome-extension-anduinos-switcher/switcher@anduinos/extension.js +++ b/src/mods/29-gnome-extension-anduinos-switcher/switcher@anduinos/extension.js @@ -72,8 +72,6 @@ export default class LightDarkSwitcherExtension extends Extension { 'changed::color-scheme', () => this._syncTheme() ); - - this._syncTheme(); } disable() {