Merge pull request 'Fix config option reddit' (#62) from dsc/wowlet:fix-settings-reddit into master

Reviewed-on: #62
pull/65/head
wowario 3 years ago
commit e3cf87906b

@ -51,6 +51,9 @@ Settings::Settings(QWidget *parent) :
connect(ui->comboBox_blockExplorer, QOverload<int>::of(&QComboBox::currentIndexChanged), this, &Settings::comboBox_blockExplorerChanged);
connect(ui->comboBox_redditFrontend, QOverload<int>::of(&QComboBox::currentIndexChanged), this, &Settings::comboBox_redditFrontendChanged);
// setup reddit combobox
ui->comboBox_redditFrontend->setCurrentText(config()->get(Config::redditFrontend).toString());
// setup preferred fiat currency combobox
QStringList fiatCurrencies;
for (int index = 0; index < ui->comboBox_fiatCurrency->count(); index++)

Loading…
Cancel
Save