This commit is contained in:
jeffrey0326
2024-08-31 20:12:01 +08:00
parent dbde052d4a
commit 901ca8077e
5 changed files with 16 additions and 23 deletions

View File

@ -119,17 +119,6 @@ FluScrollablePage{
FluTheme.animationEnabled = !FluTheme.animationEnabled
}
}
FluText{
text: qsTr("Rounded Window")
Layout.topMargin: 20
}
FluToggleSwitch{
Layout.topMargin: 5
checked: window.roundCornerEnable
onClicked: {
window.roundCornerEnable = !window.roundCornerEnable
}
}
FluText{
text: qsTr("Open Blur Window")
Layout.topMargin: 20