Fix annoyances with access control dialog

* Don't send database locked/unlocked messages when "search in all databases" is enabled
* After access control dialog closes, only hide main window on macOS, and then only if previously hidden.
This commit is contained in:
varjolintu
2020-04-24 18:38:33 +03:00
committed by Jonathan White
parent 45848c3f61
commit 48bf4fb85d
2 changed files with 18 additions and 4 deletions

View File

@@ -34,7 +34,6 @@ enum
max_length = 16 * 1024
};
class DatabaseTabWidget;
class DatabaseWidget;
class BrowserHost;
class BrowserAction;