Skip to content

Commit

Permalink
doc: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
pbek committed Dec 22, 2023
1 parent 4e14675 commit deef4ee
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 @@ -3343,7 +3343,7 @@ void SettingsDialog::initMainSplitter() {
void SettingsDialog::closeEvent(QCloseEvent *event) {
Q_UNUSED(event)

// make sure no settings get written after after we got the
// make sure no settings get written after we got the
// clearAppDataAndExit call
if (qApp->property("clearAppDataAndExit").toBool()) {
return;
Expand Down

0 comments on commit deef4ee

Please sign in to comment.