mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-02 14:19:02 +00:00
Merge pull request #6714 from spycrab/qt_fix_toolbar
Qt/ToolBar: Fix inconsistencies
This commit is contained in:
commit
d8b56af342
2 changed files with 2 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue