From 0bcee304e5170214cb85aa2236c81299d01ab792 Mon Sep 17 00:00:00 2001 From: Tim Hämisch Date: Fri, 13 Jun 2025 18:04:45 +0200 Subject: launcher: add opt-in for dangerous actions --- config/LauncherConfig.qml | 1 + 1 file changed, 1 insertion(+) (limited to 'config/LauncherConfig.qml') diff --git a/config/LauncherConfig.qml b/config/LauncherConfig.qml index 18489f7..a3c154f 100644 --- a/config/LauncherConfig.qml +++ b/config/LauncherConfig.qml @@ -8,6 +8,7 @@ Singleton { readonly property int maxWallpapers: 9 // Warning: even numbers look bad readonly property string actionPrefix: ">" readonly property Sizes sizes: Sizes {} + readonly property bool allowDangerousActions: false // Allow actions that can change the system state, like shutdown, reboot and logout component Sizes: QtObject { readonly property int itemWidth: 600 -- cgit v1.2.3-freya