mirror of
https://github.com/feather-wallet/feather.git
synced 2024-12-22 19:49:28 +00:00
Fix crash on macOS
This commit is contained in:
parent
67d8833df7
commit
25c70fb146
1 changed files with 0 additions and 4 deletions
|
@ -54,10 +54,6 @@ HistoryWidget::HistoryWidget(QSharedPointer<AppContext> ctx, QWidget *parent)
|
||||||
ui->syncNotice->setVisible(config()->get(Config::showHistorySyncNotice).toBool());
|
ui->syncNotice->setVisible(config()->get(Config::showHistorySyncNotice).toBool());
|
||||||
ui->history->setHistoryModel(m_model);
|
ui->history->setHistoryModel(m_model);
|
||||||
|
|
||||||
connect(websocketNotifier(), &WebsocketNotifier::FiatRatesReceived, [this]{
|
|
||||||
ui->history->update();
|
|
||||||
});
|
|
||||||
|
|
||||||
// Load view state
|
// Load view state
|
||||||
QByteArray historyViewState = QByteArray::fromBase64(config()->get(Config::GUI_HistoryViewState).toByteArray());
|
QByteArray historyViewState = QByteArray::fromBase64(config()->get(Config::GUI_HistoryViewState).toByteArray());
|
||||||
if (!historyViewState.isEmpty()) {
|
if (!historyViewState.isEmpty()) {
|
||||||
|
|
Loading…
Reference in a new issue