Rename sys_tray_icon setting

This commit is contained in:
JonnyWong16
2020-04-25 18:31:09 -07:00
parent d5373c3992
commit 00c9fc79f9
5 changed files with 11 additions and 11 deletions

View File

@@ -638,7 +638,7 @@ _CONFIG_DEFINITIONS = {
'JWT_SECRET': (str, 'Advanced', ''),
'JWT_UPDATE_SECRET': (bool_int, 'Advanced', 0),
'SYSTEM_ANALYTICS': (int, 'Advanced', 1),
'WIN_SYS_TRAY': (int, 'General', 1)
'SYS_TRAY': (int, 'General', 1),
}
_BLACKLIST_KEYS = ['_APITOKEN', '_TOKEN', '_KEY', '_SECRET', '_PASSWORD', '_APIKEY', '_ID', '_HOOK']