settings: add fake screen rounding option

This commit is contained in:
end-4
2025-06-19 08:19:33 +02:00
parent 1814f7cbec
commit f5ea891dd7
4 changed files with 45 additions and 20 deletions
+2 -7
View File
@@ -27,20 +27,15 @@ ApplicationWindow {
property real contentPadding: 8
property bool showNextTime: false
property var pages: [
{
name: "General",
icon: "tune",
component: "modules/settings/General.qml"
},
{
name: "Style",
icon: "palette",
component: "modules/settings/Style.qml"
},
{
name: "Services",
name: "Behavior",
icon: "settings",
component: "modules/settings/Services.qml"
component: "modules/settings/BehaviorConfig.qml"
},
{
name: "About",