mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-21 05:09:34 -06:00
Qt/ToolBar: Fix checkbox and actual visibility not being in sync
This commit is contained in:
@ -399,7 +399,7 @@ void Settings::SetToolBarVisible(bool visible)
|
||||
|
||||
bool Settings::IsToolBarVisible() const
|
||||
{
|
||||
return GetQSettings().value(QStringLiteral("toolbar/visible")).toBool();
|
||||
return GetQSettings().value(QStringLiteral("toolbar/visible"), true).toBool();
|
||||
}
|
||||
|
||||
void Settings::SetWidgetsLocked(bool locked)
|
||||
|
Reference in New Issue
Block a user