fix: frontend bgimagechoice can be null (#3270)

This commit is contained in:
dni ⚡
2025-07-15 12:36:39 +03:00
committed by GitHub
parent ad48092549
commit 8b29148085
2 changed files with 2 additions and 1 deletions
+1 -1
View File
File diff suppressed because one or more lines are too long
+1
View File
@@ -650,6 +650,7 @@ window.windowMixin = {
}
},
applyBackgroundImage() {
if (this.bgimageChoice == 'null') this.bgimageChoice = ''
if (this.bgimageChoice == '') {
document.body.classList.remove('bg-image')
} else {