bar autohide: rename enabled -> enable for consistency

This commit is contained in:
end-4
2025-08-08 20:12:50 +07:00
parent 9824bb9c63
commit 66c810ead2
2 changed files with 6 additions and 6 deletions
@@ -125,10 +125,10 @@ Singleton {
property JsonObject bar: JsonObject {
property JsonObject autoHide: JsonObject {
property bool enabled: false
property bool enable: false
property bool pushWindows: false
property JsonObject showWhenPressingSuper: JsonObject {
property bool enabled: true
property bool enable: true
property int delay: 100
}
}