mirror of
https://github.com/stenzek/duckstation.git
synced 2025-07-29 14:21:57 +00:00
Qt: Fix saving toolbar locked state
This commit is contained in:
parent
40c495cd19
commit
8fdac04238
@ -1311,7 +1311,7 @@ void MainWindow::onViewToolbarActionToggled(bool checked)
|
||||
|
||||
void MainWindow::onViewToolbarLockActionToggled(bool checked)
|
||||
{
|
||||
Host::SetBaseBoolSettingValue("UI", "LockToolbar", !checked);
|
||||
Host::SetBaseBoolSettingValue("UI", "LockToolbar", checked);
|
||||
Host::CommitBaseSettingChanges();
|
||||
m_ui.toolBar->setMovable(!checked);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user