1
0
mirror of https://github.com/zhuzichu520/FluentUI.git synced 2025-03-11 06:17:30 +08:00
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
example/qml

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

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