diff --git a/public/locales/en/translation.json b/public/locales/en/translation.json index defef0b77b..061f229c71 100644 --- a/public/locales/en/translation.json +++ b/public/locales/en/translation.json @@ -499,7 +499,8 @@ "nis": "NVIDIA Image Scale (NIS)", "stretch": "Stretch Image", "upscaleHeight": "Upscale Height", - "upscaleWidth": "Upscale Width" + "upscaleWidth": "Upscale Width", + "windowed": "Windowed" }, "quote-args-with-spaces": "Warning: Make sure to quote args with spaces! E.g.: \"path/with spaces/\"", "wrapper": { diff --git a/src/frontend/screens/Settings/components/Gamescope.tsx b/src/frontend/screens/Settings/components/Gamescope.tsx index 7c4a3f51bf..e04dfa78cf 100644 --- a/src/frontend/screens/Settings/components/Gamescope.tsx +++ b/src/frontend/screens/Settings/components/Gamescope.tsx @@ -101,6 +101,10 @@ const Gamescope = () => { { name: t('options.gamescope.borderless', 'Borderless'), value: 'borderless' + }, + { + name: t('options.gamescope.windowed', 'Windowed'), + value: 'windowed' } ]