UI: Shut down browsers when browser docks hidden

Shuts down the actual browsers internally when the browser docks are
hidden by user.
This commit is contained in:
jp9000
2019-09-03 19:11:14 -07:00
parent 7dd465cae1
commit 65eac02cda
4 changed files with 24 additions and 1 deletions

View File

@@ -18,4 +18,6 @@ public:
setWidget(widget_);
cefWidget.reset(widget_);
}
void closeEvent(QCloseEvent *event) override;
};