Skip to content

Commit

Permalink
boost(QuickMenu): Don't enable quick menu by default for new users.
Browse files Browse the repository at this point in the history
Feature has been quick hated by the community ^^'
  • Loading branch information
Belphemur committed Jul 24, 2022
1 parent 1bd61b4 commit 94327e7
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -123,7 +123,7 @@ public SoundSwitchConfiguration()
/// <summary>
/// Is the quick menu showed when using a hotkey
/// </summary>
public bool QuickMenuEnabled { get; set; } = true;
public bool QuickMenuEnabled { get; set; } = false;

// Needed by Interface
[JsonIgnore]
Expand Down

0 comments on commit 94327e7

Please sign in to comment.