Skip to content

Commit

Permalink
Update settingsdialog.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
acidus99 authored and ikskuh committed Jul 8, 2023
1 parent efdc99f commit 659a144
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/dialogs/settingsdialog.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -294,6 +294,7 @@ void SettingsDialog::setOptions(const GenericSettings &options)
this->ui->search_engine->lineEdit()->setPlaceholderText(tr("URL with '%1' in place of query"));
this->ui->search_engine->addItem("gemini://kennedy.gemi.dev/search?%1");
this->ui->search_engine->addItem("gemini://tlgs.one/search?%1");
this->ui->search_engine->addItem("gemini://geminispace.info/search?%1");
this->ui->search_engine->addItem("gopher://gopher.floodgap.com:70/7/v2/vs?%1");
this->ui->search_engine->setCurrentText(search);

Expand Down

0 comments on commit 659a144

Please sign in to comment.