summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
author2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-10-14 01:18:54 +1100
committer2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-10-14 01:18:54 +1100
commit73aa3e32dee1ac425e352f2a2f90f3a05316077d (patch)
treee7802cb913225714332a9ef8807ae5dee4210697 /config
parentutilities/record: fix recording list months (diff)
downloadcaelestia-shell-73aa3e32dee1ac425e352f2a2f90f3a05316077d.tar.gz
caelestia-shell-73aa3e32dee1ac425e352f2a2f90f3a05316077d.tar.bz2
caelestia-shell-73aa3e32dee1ac425e352f2a2f90f3a05316077d.zip
toasts: add toast for kb layout change
Closes #688
Diffstat (limited to 'config')
-rw-r--r--config/UtilitiesConfig.qml1
1 files changed, 1 insertions, 0 deletions
diff --git a/config/UtilitiesConfig.qml b/config/UtilitiesConfig.qml
index 2271307..3094efa 100644
--- a/config/UtilitiesConfig.qml
+++ b/config/UtilitiesConfig.qml
@@ -21,5 +21,6 @@ JsonObject {
property bool audioInputChanged: true
property bool capsLockChanged: true
property bool numLockChanged: true
+ property bool kbLayoutChanged: true
}
}