mirror of
https://github.com/feather-wallet/feather.git
synced 2024-12-23 12:09:50 +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();
|
ui->frame_loadMore->hide();
|
||||||
|
|
||||||
|
QTimer::singleShot(1, [this]{
|
||||||
this->skinChanged();
|
this->skinChanged();
|
||||||
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
void LocalMoneroWidget::skinChanged() {
|
void LocalMoneroWidget::skinChanged() {
|
||||||
|
|
Loading…
Reference in a new issue