Added setting to auto close user popup (#1833)
* Set autoclose as true by default to match stable version (2.1.7) behavior
This commit is contained in:
@@ -126,6 +126,7 @@ public:
|
||||
BoolSetting showParts = {"/behaviour/showParts", false};
|
||||
FloatSetting mouseScrollMultiplier = {"/behaviour/mouseScrollMultiplier",
|
||||
1.0};
|
||||
BoolSetting autoCloseUserPopup = {"/behaviour/autoCloseUserPopup", true};
|
||||
// BoolSetting twitchSeperateWriteConnection =
|
||||
// {"/behaviour/twitchSeperateWriteConnection", false};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user