summaryrefslogtreecommitdiff
path: root/Source/Core/DolphinQt/MainWindow.cpp
diff options
context:
space:
mode:
authorAdmiral H. Curtiss <pikachu025@gmail.com>2021-12-31 03:00:39 +0100
committerAdmiral H. Curtiss <pikachu025@gmail.com>2021-12-31 17:40:04 +0100
commitd6331c1e71ac28317bf1a7af36cfad2f2af05ca3 (patch)
tree2601495b508d4013235e7d8af6d7190697a3e579 /Source/Core/DolphinQt/MainWindow.cpp
parentdf0870f79d28806886df50d5245c85997fb72b1f (diff)
Config: Port remaining Interface settings to new config system.
Diffstat (limited to 'Source/Core/DolphinQt/MainWindow.cpp')
-rw-r--r--Source/Core/DolphinQt/MainWindow.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Core/DolphinQt/MainWindow.cpp b/Source/Core/DolphinQt/MainWindow.cpp
index be391bea11..ef462d313f 100644
--- a/Source/Core/DolphinQt/MainWindow.cpp
+++ b/Source/Core/DolphinQt/MainWindow.cpp
@@ -861,7 +861,7 @@ bool MainWindow::RequestStop()
else
FullScreen();
- if (SConfig::GetInstance().bConfirmStop)
+ if (Config::Get(Config::MAIN_CONFIRM_ON_STOP))
{
if (std::exchange(m_stop_confirm_showing, true))
return true;