summaryrefslogtreecommitdiffstats
path: root/src/yuzu/configuration/shared_translation.cpp
diff options
context:
space:
mode:
authorLiam <byteslice@airmail.cc>2023-10-26 03:26:56 +0200
committerLiam <byteslice@airmail.cc>2023-10-31 15:31:50 +0100
commit6a7123826a426ed195257da24d75170bfc56f670 (patch)
tree8be9159f15ffd70d62b00311394c7caec7b535ba /src/yuzu/configuration/shared_translation.cpp
parentMerge pull request #11922 from t895/simplify-card-layout (diff)
downloadyuzu-6a7123826a426ed195257da24d75170bfc56f670.tar
yuzu-6a7123826a426ed195257da24d75170bfc56f670.tar.gz
yuzu-6a7123826a426ed195257da24d75170bfc56f670.tar.bz2
yuzu-6a7123826a426ed195257da24d75170bfc56f670.tar.lz
yuzu-6a7123826a426ed195257da24d75170bfc56f670.tar.xz
yuzu-6a7123826a426ed195257da24d75170bfc56f670.tar.zst
yuzu-6a7123826a426ed195257da24d75170bfc56f670.zip
Diffstat (limited to 'src/yuzu/configuration/shared_translation.cpp')
-rw-r--r--src/yuzu/configuration/shared_translation.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/yuzu/configuration/shared_translation.cpp b/src/yuzu/configuration/shared_translation.cpp
index 3fe448f27..1434b1a56 100644
--- a/src/yuzu/configuration/shared_translation.cpp
+++ b/src/yuzu/configuration/shared_translation.cpp
@@ -156,7 +156,6 @@ std::unique_ptr<TranslationMap> InitializeTranslations(QWidget* parent) {
// Ui General
INSERT(UISettings, select_user_on_boot, "Prompt for user on game boot", "");
INSERT(UISettings, pause_when_in_background, "Pause emulation when in background", "");
- INSERT(UISettings, confirm_before_closing, "Confirm exit while emulation is running", "");
INSERT(UISettings, confirm_before_stopping, "Confirm before stopping emulation", "");
INSERT(UISettings, hide_mouse, "Hide mouse on inactivity", "");
INSERT(UISettings, controller_applet_disabled, "Disable controller applet", "");