mirror of
https://github.com/feather-wallet/feather.git
synced 2024-12-23 03:59:29 +00:00
LocalMonero: fix icon color dark theme
This commit is contained in:
parent
bf533ddfaa
commit
6ad1e76b31
1 changed files with 3 additions and 1 deletions
|
@ -50,7 +50,9 @@ LocalMoneroWidget::LocalMoneroWidget(QWidget *parent, QSharedPointer<AppContext>
|
|||
|
||||
ui->frame_loadMore->hide();
|
||||
|
||||
this->skinChanged();
|
||||
QTimer::singleShot(1, [this]{
|
||||
this->skinChanged();
|
||||
});
|
||||
}
|
||||
|
||||
void LocalMoneroWidget::skinChanged() {
|
||||
|
|
Loading…
Reference in a new issue