mirror of
https://github.com/BetterSEQTA/BetterSEQTA-Plus.git
synced 2026-06-06 03:34:40 +00:00
fix: update popup not closing with animations disabled
This commit is contained in:
@@ -8,7 +8,6 @@ import {
|
||||
RemoveShortcutDiv,
|
||||
addShortcuts,
|
||||
disableNotificationCollector,
|
||||
documentTextColor,
|
||||
enableNotificationCollector,
|
||||
} from '../../../SEQTA';
|
||||
import { updateBgDurations } from '../../ui/Animation';
|
||||
@@ -35,7 +34,6 @@ export class StorageChangeHandler {
|
||||
|
||||
private handleDarkModeChange() {
|
||||
updateAllColors();
|
||||
documentTextColor();
|
||||
}
|
||||
|
||||
private handleOnOffChange() {
|
||||
|
||||
Reference in New Issue
Block a user