Add toggleCompactMode keybind, re-rename setting

This commit is contained in:
miruka
2020-03-22 13:30:03 -04:00
parent 18c16ca486
commit 53dfd08131
4 changed files with 15 additions and 6 deletions

View File

@@ -11,7 +11,7 @@ HButton {
default property alias additionalData: contentItem.data
property bool compact: window.settings.compactModeByDefault
property bool compact: window.settings.compactMode
property real contentOpacity: 1
readonly property alias title: title