mirror of
https://github.com/BetterSEQTA/BetterSEQTA-Plus.git
synced 2026-06-06 03:34:40 +00:00
remove unnecesarry theme updates
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user