From 21e1efd944f39c53c649348559550e18f6a9803b Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Tue, 23 Sep 2025 18:10:32 +1000 Subject: config: enable/disable specific toasts --- config/UtilitiesConfig.qml | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'config/UtilitiesConfig.qml') diff --git a/config/UtilitiesConfig.qml b/config/UtilitiesConfig.qml index c1bad2a..0d70d50 100644 --- a/config/UtilitiesConfig.qml +++ b/config/UtilitiesConfig.qml @@ -12,6 +12,10 @@ JsonObject { } component Toasts: JsonObject { + property bool configLoaded: true + property bool chargingChanged: true + property bool gameModeChanged: true + property bool dndChanged: true property bool audioOutputChanged: true property bool audioInputChanged: true } -- cgit v1.2.3-freya