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:
mmb L
2020-08-08 20:43:26 +08:00
committed by GitHub
parent db666c4946
commit 208f9b093c
3 changed files with 7 additions and 0 deletions
+1
View File
@@ -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};