Make alert show for time set in cfg (default 4s)

This commit is contained in:
miruka
2019-08-16 15:07:30 -04:00
parent 0c493f88d8
commit be18a5db41
3 changed files with 4 additions and 8 deletions

View File

@@ -107,7 +107,8 @@ class UISettings(JSONConfigFile):
async def default_data(self) -> JsonData:
return {
"theme": "Default.qpl",
"alertOnMessageForMsec": 4000,
"theme": "Default.qpl",
"writeAliases": {},
"keys": {
"reloadConfig": ["Alt+R"],