mirror of
https://github.com/feather-wallet/feather.git
synced 2025-01-22 02:34:30 +00:00
Settings: set localmonero combobox correctly
This commit is contained in:
parent
3d074460e1
commit
2f6f73383c
1 changed files with 1 additions and 2 deletions
|
@ -102,6 +102,7 @@ Settings::Settings(QSharedPointer<AppContext> ctx, QWidget *parent)
|
|||
});
|
||||
|
||||
// Links tab
|
||||
this->setupLocalMoneroFrontendCombobox();
|
||||
connect(ui->combo_blockExplorer, QOverload<int>::of(&QComboBox::currentIndexChanged), this, &Settings::comboBox_blockExplorerChanged);
|
||||
connect(ui->combo_redditFrontend, QOverload<int>::of(&QComboBox::currentIndexChanged), this, &Settings::comboBox_redditFrontendChanged);
|
||||
connect(ui->combo_localMoneroFrontend, QOverload<int>::of(&QComboBox::currentIndexChanged), this, &Settings::comboBox_localMoneroFrontendChanged);
|
||||
|
@ -109,8 +110,6 @@ Settings::Settings(QSharedPointer<AppContext> ctx, QWidget *parent)
|
|||
ui->combo_blockExplorer->setCurrentIndex(ui->combo_blockExplorer->findText(config()->get(Config::blockExplorer).toString()));
|
||||
ui->combo_redditFrontend->setCurrentIndex(ui->combo_redditFrontend->findText(config()->get(Config::redditFrontend).toString()));
|
||||
|
||||
this->setupLocalMoneroFrontendCombobox();
|
||||
|
||||
this->adjustSize();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue