mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-07-16 11:38:50 -04:00
Merge pull request #663 from weslly/fix/unlock-dialog
Bring unlock database dialog to the front
This commit is contained in:
commit
3a5f19f7fd
1 changed files with 1 additions and 0 deletions
|
@ -26,6 +26,7 @@ UnlockDatabaseDialog::UnlockDatabaseDialog(QWidget* parent)
|
|||
: QDialog(parent)
|
||||
, m_view(new UnlockDatabaseWidget(this))
|
||||
{
|
||||
setWindowFlags(windowFlags() | Qt::WindowStaysOnTopHint);
|
||||
connect(m_view, SIGNAL(editFinished(bool)), this, SLOT(complete(bool)));
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue