Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
rodlie committed Apr 13, 2021
1 parent 251fd10 commit 0f02a2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/fusepdf.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -429,7 +429,7 @@ void FusePDF::loadOptions()
settings.beginGroup("options");
//ui->dpi->setValue(settings.value("dpi", 720).toInt());
ui->compat->setCurrentText(settings.value("compat", "1.5").toString());
ui->preset->setCurrentText(settings.value("preset", "default").toString());
ui->preset->setCurrentText(settings.value("preset", "Default").toString());
ui->actionShow_log->setChecked(settings.value("showLog", false).toBool());
ui->actionAuto_Sort->setChecked(settings.value("autoSort", false).toBool());
ui->actionRemember_meta_author->setChecked(settings.value("metaAuthor", true).toBool());
Expand Down

0 comments on commit 0f02a2c

Please sign in to comment.