Add the utilButtons config options

This commit is contained in:
_xB
2025-06-12 05:43:36 +03:00
committed by GitHub
parent aa951b0bc0
commit 60c93fd2ee
@@ -36,6 +36,12 @@ Singleton {
property bool alwaysShowSwap: true
property bool alwaysShowCpu: false
}
property QtObject utilButtons: QtObject {
property bool showMicToggle: true
property bool showKeyboardToggle: true
property bool showScreenSnip: true
// property bool showColorPicker: true
}
property QtObject workspaces: QtObject {
property int shown: 10
property bool alwaysShowNumbers: false