Skip to content

Commit

Permalink
audio playback on by default
Browse files Browse the repository at this point in the history
  • Loading branch information
Consti10 committed Apr 2, 2024
1 parent 76094bc commit 93ef6a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qml/ui/elements/AppSettings.qml
Original file line number Diff line number Diff line change
Expand Up @@ -381,7 +381,7 @@ Settings {
property bool dev_force_show_full_screen: false

// experimental
property bool dev_enable_live_audio_playback: false
property bool dev_enable_live_audio_playback: true
// might / might not work
property bool dev_set_swap_interval_zero: false

Expand Down

0 comments on commit 93ef6a5

Please sign in to comment.