Fix check for update

This commit is contained in:
redphx 2023-07-29 16:54:54 +07:00
parent 26528fe2d7
commit d2e3ad36da

View File

@ -392,6 +392,14 @@ class Preferences {
static get STATS_CONDITIONAL_FORMATTING() { return 'stats_conditional_formatting'; } static get STATS_CONDITIONAL_FORMATTING() { return 'stats_conditional_formatting'; }
static SETTINGS = { static SETTINGS = {
[Preferences.LAST_UPDATE_CHECK]: {
'default': 0,
'hidden': true,
},
[Preferences.LATEST_VERSION]: {
'default': '',
'hidden': true,
},
[Preferences.SERVER_REGION]: { [Preferences.SERVER_REGION]: {
'label': 'Region of streaming server', 'label': 'Region of streaming server',
'default': 'default', 'default': 'default',