mirror of
https://git.wownero.com/wowlet/wowlet.git
synced 2024-08-15 01:03:14 +00:00
Merge pull request 'Fix config option reddit' (#62) from dsc/wowlet:fix-settings-reddit into master
Reviewed-on: https://git.wownero.com/wowlet/wowlet/pulls/62
This commit is contained in:
commit
e3cf87906b
1 changed files with 3 additions and 0 deletions
|
@ -51,6 +51,9 @@ Settings::Settings(QWidget *parent) :
|
||||||
connect(ui->comboBox_blockExplorer, QOverload<int>::of(&QComboBox::currentIndexChanged), this, &Settings::comboBox_blockExplorerChanged);
|
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);
|
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
|
// setup preferred fiat currency combobox
|
||||||
QStringList fiatCurrencies;
|
QStringList fiatCurrencies;
|
||||||
for (int index = 0; index < ui->comboBox_fiatCurrency->count(); index++)
|
for (int index = 0; index < ui->comboBox_fiatCurrency->count(); index++)
|
||||||
|
|
Loading…
Reference in a new issue