QS Rewrite: bar: add microphone control to util buttons (#1365)

This commit is contained in:
end-4
2025-06-12 15:33:58 +02:00
committed by GitHub
2 changed files with 63 additions and 36 deletions
@@ -45,6 +45,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