mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-10-12 21:40:54 -04:00
Merge remote-tracking branch 'upstream/develop' into develop
This commit is contained in:
commit
30ccc102d2
53 changed files with 9817 additions and 1144 deletions
|
@ -65,7 +65,7 @@ class BrowserPlugin : public ISettingsPage
|
|||
public:
|
||||
BrowserPlugin(DatabaseTabWidget* tabWidget)
|
||||
{
|
||||
m_nativeMessagingHost = QSharedPointer<NativeMessagingHost>(new NativeMessagingHost(tabWidget));
|
||||
m_nativeMessagingHost = QSharedPointer<NativeMessagingHost>(new NativeMessagingHost(tabWidget, BrowserSettings::isEnabled()));
|
||||
}
|
||||
|
||||
~BrowserPlugin()
|
||||
|
@ -686,7 +686,7 @@ void MainWindow::closeEvent(QCloseEvent* event)
|
|||
|
||||
bool minimizeOnClose = isTrayIconEnabled() && config()->get("GUI/MinimizeOnClose").toBool();
|
||||
if (minimizeOnClose && !m_appExitCalled) {
|
||||
event->ignore();
|
||||
event->accept();
|
||||
hideWindow();
|
||||
|
||||
if (config()->get("security/lockdatabaseminimize").toBool()) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue