This commit is contained in:
朱子楚\zhuzi
2024-03-12 22:59:56 +08:00
parent 80f8f5f01e
commit e11f1a1232
12 changed files with 78 additions and 40 deletions

View File

@ -21,7 +21,6 @@ FluWindow {
fitsAppBarWindows: true
appBar: FluAppBar {
height: 30
darkText: qsTr("Dark Mode")
showDark: true
darkClickListener:(button)=>handleDarkChanged(button)
closeClickListener: ()=>{dialog_close.open()}