diff options
| author | Tim Hämisch <tim@thaemisch.net> | 2025-06-13 18:04:45 +0200 |
|---|---|---|
| committer | Tim Hämisch <tim@thaemisch.net> | 2025-06-13 18:04:45 +0200 |
| commit | 0bcee304e5170214cb85aa2236c81299d01ab792 (patch) | |
| tree | 119cc073d119440e0164ec3cd01c6793c39f35dd /config/LauncherConfig.qml | |
| parent | Merge branch 'caelestia-dots:main' into betteractions (diff) | |
| download | caelestia-shell-0bcee304e5170214cb85aa2236c81299d01ab792.tar.gz caelestia-shell-0bcee304e5170214cb85aa2236c81299d01ab792.tar.bz2 caelestia-shell-0bcee304e5170214cb85aa2236c81299d01ab792.zip | |
launcher: add opt-in for dangerous actions
Diffstat (limited to 'config/LauncherConfig.qml')
| -rw-r--r-- | config/LauncherConfig.qml | 1 |
1 files changed, 1 insertions, 0 deletions
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 |