summaryrefslogtreecommitdiff
path: root/config/LauncherConfig.qml
diff options
context:
space:
mode:
author2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-06-16 00:42:09 +1000
committer2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-06-16 00:42:09 +1000
commita44910d3971b1eb7ce0b755ac98bdd35c6c3574e (patch)
tree953a20970fad86b6bbd545ace51f5c82d3d5a737 /config/LauncherConfig.qml
parentMerge branch 'main' into betteractions (diff)
downloadcaelestia-shell-a44910d3971b1eb7ce0b755ac98bdd35c6c3574e.tar.gz
caelestia-shell-a44910d3971b1eb7ce0b755ac98bdd35c6c3574e.tar.bz2
caelestia-shell-a44910d3971b1eb7ce0b755ac98bdd35c6c3574e.zip
launcher: completely hide disabled actions
Diffstat (limited to 'config/LauncherConfig.qml')
-rw-r--r--config/LauncherConfig.qml2
1 files changed, 1 insertions, 1 deletions
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