fix: update popup not closing with animations disabled

This commit is contained in:
sethburkart123
2024-06-19 16:58:41 +10:00
parent 0c4b8521b4
commit 76101350ef
2 changed files with 42 additions and 43 deletions
@@ -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() {