Fix Disable theme and Lock B.G.'s weird behaviors (#1091)

This commit is contained in:
SweetSea
2024-02-22 10:07:41 +07:00
committed by GitHub
parent 7e1a5805b3
commit 1859e5bb96
4 changed files with 10 additions and 6 deletions

View File

@@ -135,7 +135,7 @@ scene.widgetList={
disp=SETval('lockBG'),
code=function()
SETTING.lockBG=not SETTING.lockBG
applySettings()
applySettings('lockBG')
end,
hideF=function() return SETTING.bg~='on' end
},
@@ -150,7 +150,7 @@ scene.widgetList={
MES.new('warn',text.settingWarn2,6.26)
end
else
THEME.set(THEME.calculate())
THEME.set(THEME.calculate(),GAME.playing)
WIDGET.setWidgetList(scene.widgetList)
end
end