mirror of
https://github.com/redphx/better-xcloud.git
synced 2025-11-19 07:14:04 +01:00
Fix check for update
This commit is contained in:
@@ -392,6 +392,14 @@ class Preferences {
|
||||
static get STATS_CONDITIONAL_FORMATTING() { return 'stats_conditional_formatting'; }
|
||||
|
||||
static SETTINGS = {
|
||||
[Preferences.LAST_UPDATE_CHECK]: {
|
||||
'default': 0,
|
||||
'hidden': true,
|
||||
},
|
||||
[Preferences.LATEST_VERSION]: {
|
||||
'default': '',
|
||||
'hidden': true,
|
||||
},
|
||||
[Preferences.SERVER_REGION]: {
|
||||
'label': 'Region of streaming server',
|
||||
'default': 'default',
|
||||
|
||||
Reference in New Issue
Block a user