diff options
Diffstat (limited to 'config/LauncherConfig.qml')
| -rw-r--r-- | config/LauncherConfig.qml | 2 |
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 |