Remove redundant theme synchronization call in LightDarkSwitcherExtension. Fix #89

This commit is contained in:
Anduin Xue 2025-05-22 04:22:56 +00:00
parent 8b8958d161
commit b1670dfd48
No known key found for this signature in database
GPG Key ID: D33FA9407A6BE728
1 changed files with 0 additions and 2 deletions

View File

@ -72,8 +72,6 @@ export default class LightDarkSwitcherExtension extends Extension {
'changed::color-scheme',
() => this._syncTheme()
);
this._syncTheme();
}
disable() {