From a615f8bf17701cdff01ced249b48de33f569f4cf Mon Sep 17 00:00:00 2001 From: Berylskid <91955473+Berylskid@users.noreply.github.com> Date: Tue, 14 Feb 2023 19:30:34 +0900 Subject: [PATCH] Qt: Change "Save State On Shutdown" to Unchecked (#8147) --- pcsx2-qt/Settings/InterfaceSettingsWidget.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pcsx2-qt/Settings/InterfaceSettingsWidget.cpp b/pcsx2-qt/Settings/InterfaceSettingsWidget.cpp index 965ad7b464..269ec31f46 100644 --- a/pcsx2-qt/Settings/InterfaceSettingsWidget.cpp +++ b/pcsx2-qt/Settings/InterfaceSettingsWidget.cpp @@ -129,7 +129,7 @@ InterfaceSettingsWidget::InterfaceSettingsWidget(SettingsDialog* dialog, QWidget m_ui.confirmShutdown, tr("Confirm Shutdown"), tr("Checked"), tr("Determines whether a prompt will be displayed to confirm shutting down the virtual machine " "when the hotkey is pressed.")); - dialog->registerWidgetHelp(m_ui.saveStateOnShutdown, tr("Save State On Shutdown"), tr("Checked"), + dialog->registerWidgetHelp(m_ui.saveStateOnShutdown, tr("Save State On Shutdown"), tr("Unchecked"), tr("Automatically saves the emulator state when powering down or exiting. You can then " "resume directly from where you left off next time.")); dialog->registerWidgetHelp(m_ui.pauseOnStart, tr("Pause On Start"), tr("Unchecked"),