1
0

Don't allow close

This commit is contained in:
Scott E. Graves
2017-05-05 12:35:47 -05:00
parent f3ce676028
commit 565a513632
3 changed files with 32 additions and 17 deletions

View File

@@ -58,6 +58,7 @@ public:
private:
void PlatformTitleChange(CefRefPtr<CefBrowser> browser, const CefString& title);
private:
bool _allowClose = false;
bool _isClosing;
bool _active;
std::shared_ptr<Api::CSiaDriveConfig> _siaDriveConfig;