From 73aa3e32dee1ac425e352f2a2f90f3a05316077d Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Tue, 14 Oct 2025 01:18:54 +1100 Subject: toasts: add toast for kb layout change Closes #688 --- config/UtilitiesConfig.qml | 1 + 1 file changed, 1 insertion(+) (limited to 'config') 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 } } -- cgit v1.2.3-freya