This commit is contained in:
朱子楚\zhuzi 2023-05-17 22:43:00 +08:00
parent 155960c15b
commit 0da8d18467
2 changed files with 2 additions and 0 deletions

View File

@ -21,6 +21,7 @@ FluWindow {
left: parent.left
right: parent.right
}
darkText: lang.dark_mode
}
Item{

View File

@ -82,6 +82,7 @@ CustomWindow {
left: parent.left
right: parent.right
}
darkText: lang.dark_mode
showDark: true
z:7
}