mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-06-27 16:07:46 -04:00
Merge pull request #1456 from prometheanfire/fix-keepass-browser-popup
Fix keepass-browser based popups on tiling WMs
This commit is contained in:
commit
e0809a2ffe
1 changed files with 1 additions and 1 deletions
|
@ -188,10 +188,10 @@ QString BrowserService::storeKey(const QString& key)
|
||||||
"If you would like to allow it access to your KeePassXC database,\n"
|
"If you would like to allow it access to your KeePassXC database,\n"
|
||||||
"give it a unique name to identify and accept it."));
|
"give it a unique name to identify and accept it."));
|
||||||
keyDialog.setOkButtonText(tr("Save and allow access"));
|
keyDialog.setOkButtonText(tr("Save and allow access"));
|
||||||
|
keyDialog.setWindowFlags(keyDialog.windowFlags() | Qt::WindowStaysOnTopHint);
|
||||||
keyDialog.show();
|
keyDialog.show();
|
||||||
keyDialog.activateWindow();
|
keyDialog.activateWindow();
|
||||||
keyDialog.raise();
|
keyDialog.raise();
|
||||||
keyDialog.setWindowFlags(keyDialog.windowFlags() | Qt::WindowStaysOnTopHint);
|
|
||||||
auto ok = keyDialog.exec();
|
auto ok = keyDialog.exec();
|
||||||
|
|
||||||
id = keyDialog.textValue();
|
id = keyDialog.textValue();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue