LocalMonero: fix icon color dark theme

This commit is contained in:
tobtoht 2021-05-26 15:16:20 +02:00
parent bf533ddfaa
commit 6ad1e76b31
No known key found for this signature in database
GPG key ID: 1CADD27F41F45C3C

View file

@ -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() {