소스 검색

shared_translation: Add controller_applet_disabled

lat9nq 3 년 전
부모
커밋
ef6406a666
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      src/yuzu/configuration/shared_translation.cpp

+ 1 - 0
src/yuzu/configuration/shared_translation.cpp

@@ -158,6 +158,7 @@ std::unique_ptr<TranslationMap> InitializeTranslations(QWidget* parent) {
     INSERT(UISettings, pause_when_in_background, "Pause emulation when in background", "");
     INSERT(UISettings, confirm_before_closing, "Confirm exit while emulation is running", "");
     INSERT(UISettings, hide_mouse, "Hide mouse on inactivity", "");
+    INSERT(UISettings, controller_applet_disabled, "Disable controller applet", "");
 
     // Ui Debugging