Show scrollbars for a few seconds at first

Lets the user know that there's content to scroll.
This commit is contained in:
miruka
2020-08-19 09:36:52 -04:00
parent 11def5c99f
commit 21fbe7a96b
8 changed files with 21 additions and 8 deletions

View File

@@ -267,6 +267,7 @@ class UISettings(JSONDataFile):
"alertOnMentionForMsec": -1,
"alertOnMessageForMsec": 0,
"alwaysCenterRoomHeader": False,
"autoHideScrollBarsAfterMsec": 2000,
"beUnavailableAfterSecondsIdle": 60 * 10,
"compactMode": False,
"clearRoomFilterOnEnter": True,