Skip to content

Commit 94327e7

Browse files
committed
boost(QuickMenu): Don't enable quick menu by default for new users.
Feature has been quick hated by the community ^^'
1 parent 1bd61b4 commit 94327e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SoundSwitch/Framework/Configuration/SoundSwitchConfiguration.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ public SoundSwitchConfiguration()
123123
/// <summary>
124124
/// Is the quick menu showed when using a hotkey
125125
/// </summary>
126-
public bool QuickMenuEnabled { get; set; } = true;
126+
public bool QuickMenuEnabled { get; set; } = false;
127127

128128
// Needed by Interface
129129
[JsonIgnore]

0 commit comments

Comments
 (0)