Lower the main window after unlock request from extension (#1884)

This commit is contained in:
Sami Vänttinen 2018-05-05 00:31:17 +03:00 committed by Jonathan White
parent 635d6fe82c
commit 963ac75389
2 changed files with 8 additions and 1 deletions

View file

@ -78,6 +78,7 @@ private:
private:
DatabaseTabWidget* const m_dbTabWidget;
bool m_dialogActive;
bool m_bringToFrontRequested;
};
#endif // BROWSERSERVICE_H