mirror of
https://github.com/izzy2lost/dolphin.git
synced 2026-06-19 01:16:48 -07:00
Config: Port remaining Interface settings to new config system.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user