1
0

More stuff

This commit is contained in:
Scott E. Graves
2017-05-06 19:18:50 -05:00
parent 1a798cd4cc
commit 9dea842811
10 changed files with 70 additions and 37 deletions

View File

@@ -42,6 +42,7 @@ private:
a
#endif
bool _appStarted = false;
bool _formingContracts = false;
SString _walletReceiveAddress;
public:

View File

@@ -57,6 +57,7 @@ public:
private:
void PlatformTitleChange(CefRefPtr<CefBrowser> browser, const CefString& title);
private:
bool _isClosing;
bool _active;