Skip to content

Commit

Permalink
Daily status added to CSV report.
Browse files Browse the repository at this point in the history
  • Loading branch information
QTinman committed Jun 10, 2021
1 parent e7e200a commit 9b2b05c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion mainwindow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,6 @@ void MainWindow::Calc_json()
outflow_crypt *= 1000000;
outflow_usdt *= 1000000;
if (inflow_crypt < crypt_to) {
//ui->alert->setText("Warning Cryptocurrency deposit into exchanges exeeds "+QLocale(QLocale::English).toString(inflow_crypt));
alert1++;
ui->alert1->setText("Alerts:"+QString::number(alert1));
}
Expand Down

0 comments on commit 9b2b05c

Please # to comment.