Ui Changes
This commit is contained in:
@@ -19,7 +19,7 @@ class CSiaDriveHandler :
|
||||
public CefLoadHandler
|
||||
{
|
||||
public:
|
||||
explicit CSiaDriveHandler(const bool& useViews);
|
||||
explicit CSiaDriveHandler();
|
||||
|
||||
~CSiaDriveHandler();
|
||||
|
||||
@@ -55,12 +55,9 @@ public:
|
||||
|
||||
bool IsClosing() const { return _isClosing; }
|
||||
|
||||
bool GetUseViews() const { return _useViews; }
|
||||
|
||||
private:
|
||||
void PlatformTitleChange(CefRefPtr<CefBrowser> browser, const CefString& title);
|
||||
private:
|
||||
const bool _useViews;
|
||||
bool _isClosing;
|
||||
bool _active;
|
||||
std::shared_ptr<Api::CSiaDriveConfig> _siaDriveConfig;
|
||||
|
Reference in New Issue
Block a user