Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions config/Config.qml
Original file line number Diff line number Diff line change
Expand Up @@ -513,6 +513,8 @@ Singleton {
property bool showPinButton: true
property bool availableOnFullscreen: false
property bool use12hFormat: false
property bool showAudioDeviceSwitcher: true
property list<string> excludedAudioSinks: []
property bool containBar: false
property bool keepBarShadow: false
property bool keepBarBorder: false
Expand Down
Loading