mirror of
https://github.com/redphx/better-xcloud.git
synced 2025-06-07 16:17:20 +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 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',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user