mirror of
https://github.com/redphx/better-xcloud.git
synced 2025-06-06 23:57:19 +02:00
Fix check for update
This commit is contained in:
parent
26528fe2d7
commit
d2e3ad36da
@ -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',
|
||||
|
Loading…
x
Reference in New Issue
Block a user