From 6d674175f43011a3a7aab0d52d1387d08731eb45 Mon Sep 17 00:00:00 2001 From: Connor McLaughlin Date: Sat, 5 Dec 2020 02:45:12 +1000 Subject: [PATCH] Qt: Add missing documentation for pause-on-focus-loss --- src/duckstation-qt/generalsettingswidget.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/duckstation-qt/generalsettingswidget.cpp b/src/duckstation-qt/generalsettingswidget.cpp index ee9e46ff9..203227a41 100644 --- a/src/duckstation-qt/generalsettingswidget.cpp +++ b/src/duckstation-qt/generalsettingswidget.cpp @@ -65,6 +65,9 @@ GeneralSettingsWidget::GeneralSettingsWidget(QtHostInterface* host_interface, QW "the game list. If unchecked, the display will render in a separate window.")); dialog->registerWidgetHelp(m_ui.pauseOnStart, tr("Pause On Start"), tr("Unchecked"), tr("Pauses the emulator when a game is started.")); + dialog->registerWidgetHelp(m_ui.pauseOnFocusLoss, tr("Pause On Focus Loss"), tr("Unchecked"), + tr("Pauses the emulator when you minimize the window or switch to another application, " + "and unpauses when you switch back.")); dialog->registerWidgetHelp( m_ui.loadDevicesFromSaveStates, tr("Load Devices From Save States"), tr("Unchecked"), tr("When enabled, memory cards and controllers will be overwritten when save states are loaded. This can "