This commit is contained in:
zhuzichu
2023-11-27 16:45:37 +08:00
parent 55a77eba4b
commit 8662eb97aa
6 changed files with 73 additions and 12 deletions

View File

@ -41,8 +41,11 @@ FluWindow {
}
}
Component.onCompleted: {
onFirstVisible: {
tour.open()
}
Component.onCompleted: {
checkUpdate(true)
FluEventBus.registerEvent(event_checkupdate)
}
@ -239,7 +242,7 @@ FluWindow {
}
function handleDarkChanged(button){
if(!FluTheme.enableAnimation){
if(!FluTheme.enableAnimation || window.fitsAppBarWindows === false){
changeDark()
}else{
loader_reveal.sourceComponent = com_reveal