Fix crash on macOS

This commit is contained in:
tobtoht 2021-11-02 17:07:52 +01:00
parent 67d8833df7
commit 25c70fb146
No known key found for this signature in database
GPG key ID: 1CADD27F41F45C3C

View file

@ -54,10 +54,6 @@ HistoryWidget::HistoryWidget(QSharedPointer<AppContext> ctx, QWidget *parent)
ui->syncNotice->setVisible(config()->get(Config::showHistorySyncNotice).toBool());
ui->history->setHistoryModel(m_model);
connect(websocketNotifier(), &WebsocketNotifier::FiatRatesReceived, [this]{
ui->history->update();
});
// Load view state
QByteArray historyViewState = QByteArray::fromBase64(config()->get(Config::GUI_HistoryViewState).toByteArray());
if (!historyViewState.isEmpty()) {