This commit is contained in:
朱子楚\zhuzi
2023-10-20 21:28:51 +08:00
parent 5f6d66b6ce
commit c6a43c41db
5 changed files with 15 additions and 3 deletions

View File

@ -254,7 +254,7 @@ FluWindow {
}
function handleDarkChanged(button){
if(FluTools.isMacos() || !FluTheme.enableAnimation){
if(!FluTheme.enableAnimation){
changeDark()
}else{
loader_reveal.sourceComponent = com_reveal

View File

@ -257,7 +257,7 @@ FluWindow {
}
function handleDarkChanged(button){
if(FluTools.isMacos() || !FluTheme.enableAnimation){
if(!FluTheme.enableAnimation){
changeDark()
}else{
loader_reveal.sourceComponent = com_reveal