mirror of
https://github.com/BetterSEQTA/BetterSEQTA-Plus.git
synced 2026-06-06 03:34:40 +00:00
refactor: clean up and fix bg durations
This commit is contained in:
+2
-2
@@ -86,8 +86,8 @@ function SetDisplayNone(ElementName: string) {
|
||||
return `li[data-key=${ElementName}]{display:var(--menuHidden) !important; transition: 1s;}`
|
||||
}
|
||||
|
||||
export function enableAnimatedBackground(item: any) {
|
||||
if (item.animatedbk) {
|
||||
export function enableAnimatedBackground() {
|
||||
if (settingsState.animatedbk) {
|
||||
CreateBackground()
|
||||
} else {
|
||||
RemoveBackground()
|
||||
|
||||
Reference in New Issue
Block a user