mirror of
https://github.com/rizinorg/cutter.git
synced 2024-12-18 19:06:10 +00:00
Fixed a bug related to reset_settings (#1349)
This commit is contained in:
parent
1cfc5e8355
commit
7fd815bd40
@ -1026,8 +1026,8 @@ 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();
|
||||
on_actionDefault_triggered();
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user