From 1b7fe7f7d0e9ee9365ffb896671c03bc48b67405 Mon Sep 17 00:00:00 2001 From: redphx <96280+redphx@users.noreply.github.com> Date: Mon, 8 Jan 2024 08:54:54 +0700 Subject: [PATCH] Set UI_LOADING_SCREEN_WAIT_TIME default value to "true" --- better-xcloud.user.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/better-xcloud.user.js b/better-xcloud.user.js index b049376..6586aa4 100644 --- a/better-xcloud.user.js +++ b/better-xcloud.user.js @@ -6229,7 +6229,7 @@ class Preferences { 'default': true, }, [Preferences.UI_LOADING_SCREEN_WAIT_TIME]: { - 'default': false, + 'default': true, }, [Preferences.UI_LOADING_SCREEN_ROCKET]: { 'default': 'show',