mirror of
https://github.com/rizinorg/cutter.git
synced 2025-01-31 00:35:05 +00:00
reset settings should reset layout as well (#1334)
This commit is contained in:
parent
6f1309452a
commit
72e8cd664e
@ -1026,6 +1026,7 @@ void MainWindow::on_actionReset_settings_triggered()
|
||||
tr("Do you really want to clear all settings?"),
|
||||
QMessageBox::Ok | QMessageBox::Cancel);
|
||||
if (ret == QMessageBox::Ok) {
|
||||
on_actionDefault_triggered();
|
||||
Config()->resetAll();
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user