Add to/from/via in turnstile progress dialog
This commit is contained in:
@@ -98,7 +98,10 @@ void TxTableModel::updateAllData() {
|
||||
else
|
||||
return addr;
|
||||
}
|
||||
case 2: return QDateTime::fromMSecsSinceEpoch(modeldata->at(index.row()).datetime * 1000).toLocalTime().toString();
|
||||
case 2: {
|
||||
qDebug() << modeldata->at(index.row()).datetime;
|
||||
return QDateTime::fromMSecsSinceEpoch(modeldata->at(index.row()).datetime * 1000).toLocalTime().toString();
|
||||
}
|
||||
case 3: return Settings::getInstance()->getZECDisplayFormat(modeldata->at(index.row()).amount);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user