remove unnecesarry theme updates

This commit is contained in:
SethBurkart123
2024-05-06 11:39:21 +10:00
parent 23e6eac16c
commit 3db51fb6d5
4 changed files with 5 additions and 17 deletions
+1 -2
View File
@@ -11,7 +11,6 @@ import {
} from '../../../SEQTA';
import { updateBgDurations } from '../../ui/Animation';
import { getDarkMode, updateAllColors } from '../../ui/colors/Manager';
import { appendBackgroundToUI } from '../../ui/ImageBackgrounds';
export default class StorageListener {
@@ -83,7 +82,7 @@ export default class StorageListener {
break;
case 'theme':
console.log(changes.theme.newValue)
console.debug(changes.theme.newValue)
break;
default: