diff --git a/public/locales/de-de.yaml b/public/locales/de-de.yaml index 5a81487..fa3f397 100644 --- a/public/locales/de-de.yaml +++ b/public/locales/de-de.yaml @@ -6,9 +6,9 @@ splash: - Paimon am ärgern... - Versuche Yae zu ziehen... -# Launcher window +# Launcher Fenster launcher: - predownload: Pre-download the game + predownload: Update vorinstallieren # Einstellungs Fenster settings: diff --git a/public/locales/en-us.yaml b/public/locales/en-us.yaml index 5348bf6..2dcccdc 100644 --- a/public/locales/en-us.yaml +++ b/public/locales/en-us.yaml @@ -8,7 +8,7 @@ splash: # Launcher window launcher: - predownload: Pre-download the game + predownload: Pre-download update # Settings window settings: diff --git a/src/ts/launcher/states/Launch.ts b/src/ts/launcher/states/Launch.ts index 141d88a..dbf0a15 100644 --- a/src/ts/launcher/states/Launch.ts +++ b/src/ts/launcher/states/Launch.ts @@ -60,7 +60,7 @@ export default (launcher: Launcher): Promise => { switch (await Configs.get('hud')) { case 'dxvk': - env['DXVK_HUD'] = 'fps,frametimes'; + env['DXVK_HUD'] = 'fps,frametimes,version,gpuload'; break;