From a44910d3971b1eb7ce0b755ac98bdd35c6c3574e Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Mon, 16 Jun 2025 00:42:09 +1000 Subject: launcher: completely hide disabled actions --- config/LauncherConfig.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config/LauncherConfig.qml') diff --git a/config/LauncherConfig.qml b/config/LauncherConfig.qml index 1757c7e..ea3c364 100644 --- a/config/LauncherConfig.qml +++ b/config/LauncherConfig.qml @@ -4,7 +4,7 @@ JsonObject { property int maxShown: 8 property int maxWallpapers: 9 // Warning: even numbers look bad property string actionPrefix: ">" - property bool allowDangerousActions: false // Allow actions that can change the system state, like shutdown, reboot and logout + property bool enableDangerousActions: false // Allow actions that can cause losing data, like shutdown, reboot and logout property JsonObject sizes: JsonObject { property int itemWidth: 600 -- cgit v1.2.3-freya