mirror of
https://github.com/rizinorg/cutter.git
synced 2024-12-19 11:26:11 +00:00
parent
b7d1059a1b
commit
4fe94cd959
@ -1568,8 +1568,10 @@ void MainWindow::on_actionRefresh_contents_triggered()
|
||||
|
||||
void MainWindow::on_actionPreferences_triggered()
|
||||
{
|
||||
auto dialog = new PreferencesDialog(this);
|
||||
dialog->show();
|
||||
if (!findChild<PreferencesDialog*>()) {
|
||||
auto dialog = new PreferencesDialog(this);
|
||||
dialog->show();
|
||||
}
|
||||
}
|
||||
|
||||
void MainWindow::on_actionTabs_triggered()
|
||||
|
Loading…
Reference in New Issue
Block a user