mirror of
https://github.com/redphx/better-xcloud.git
synced 2025-08-06 13:18:27 +02:00
Make Stream settings dialog controller-friendly
This commit is contained in:
@@ -371,6 +371,7 @@ export class Translations {
|
||||
static async updateTranslations(async=false) {
|
||||
// Don't have to download en-US
|
||||
if (Translations.#selectedLocale === Translations.#EN_US) {
|
||||
localStorage.removeItem(Translations.#KEY_TRANSLATIONS);
|
||||
return;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user