forked from Shinonome/dots-hyprland
settings: add fake screen rounding option
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user