mirror of
https://github.com/Chatterino/chatterino2.git
synced 2024-11-21 22:24:07 +01:00
smoothScrolling for new messages false by default
This commit is contained in:
parent
069e42360b
commit
2fddc0ed8a
1 changed files with 2 additions and 1 deletions
|
@ -40,7 +40,8 @@ public:
|
||||||
BoolSetting hidePreferencesButton = {"/appearance/hidePreferencesButton", false};
|
BoolSetting hidePreferencesButton = {"/appearance/hidePreferencesButton", false};
|
||||||
BoolSetting hideUserButton = {"/appearance/hideUserButton", false};
|
BoolSetting hideUserButton = {"/appearance/hideUserButton", false};
|
||||||
BoolSetting enableSmoothScrolling = {"/appearance/smoothScrolling", true};
|
BoolSetting enableSmoothScrolling = {"/appearance/smoothScrolling", true};
|
||||||
BoolSetting enableSmoothScrollingNewMessages = {"/appearance/smoothScrollingNewMessages", true};
|
BoolSetting enableSmoothScrollingNewMessages = {"/appearance/smoothScrollingNewMessages",
|
||||||
|
false};
|
||||||
// BoolSetting useCustomWindowFrame = {"/appearance/useCustomWindowFrame", false};
|
// BoolSetting useCustomWindowFrame = {"/appearance/useCustomWindowFrame", false};
|
||||||
|
|
||||||
/// Behaviour
|
/// Behaviour
|
||||||
|
|
Loading…
Reference in a new issue