SettingsWindow: add snap to bar toggle

This commit is contained in:
Ly-sec
2025-11-07 16:26:21 +01:00
parent f3a9e2fa98
commit d8294d1108
14 changed files with 66 additions and 7 deletions
+2 -1
View File
@@ -14,7 +14,7 @@ Singleton {
readonly property alias data: adapter
property bool isLoaded: false
property bool directoriesCreated: false
property int settingsVersion: 19
property int settingsVersion: 20
property bool isDebug: Quickshell.env("NOCTALIA_DEBUG") === "1"
// Define our app directories
@@ -214,6 +214,7 @@ Singleton {
property real fontFixedScale: 1.0
property bool tooltipsEnabled: true
property bool panelsAttachedToBar: true
property bool settingsPanelAttachToBar: false
}
// location