Skip to content

Commit

Permalink
doc: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
pbek committed Jan 8, 2024
1 parent dbf2018 commit 99abbe7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dialogs/settingsdialog.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2212,7 +2212,7 @@ void SettingsDialog::on_clearAppDataAndExitButton_clicked() {
// remove the log file
removeLogFile();

// make sure no settings get written after after are quitting
// make sure no settings get written after are quitting
qApp->setProperty("clearAppDataAndExit", true);
qApp->quit();
}
Expand Down

0 comments on commit 99abbe7

Please sign in to comment.