Proper shutdown procedure

This commit is contained in:
Aditya Kulkarni
2018-11-07 21:11:53 -08:00
parent 0f603f0d0f
commit f485e0fa1f
4 changed files with 28 additions and 3 deletions

View File

@@ -112,6 +112,7 @@ private:
// Current balance in the UI. If this number updates, then refresh the UI
QString currentBalance;
// First time warning flag for no connection
bool firstTime = true;
};