Browse Source

Merge pull request 'Update mainwindow.cpp' (#73) from fekt/SilentDragonLite:master into master

Reviewed-on: #73
pull/126/head
Duke Leto 2 years ago
parent
commit
06702a65bb
  1. 1
      src/mainwindow.cpp

1
src/mainwindow.cpp

@ -829,6 +829,7 @@ void MainWindow::setupSettingsModal() {
settings.cmbServer->addItem("https://lite.hush.land");
settings.cmbServer->addItem("https://devo.crabdance.com");
settings.cmbServer->addItem("https://lite.nyami.org");
settings.cmbServer->addItem("https://lite.hushpool.is");
//settings.cmbServer->addItem("https://hush.leto.net:5420");
//TODO: seperate lists of https/Tor servers, only show user or attempt
// connection to .onion if user has it enabled

Loading…
Cancel
Save