mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2024-10-01 01:26:01 -04:00
Bring unlock database dialog to the front
This commit is contained in:
parent
caa49a8ef3
commit
b553af8fd0
@ -26,6 +26,7 @@ UnlockDatabaseDialog::UnlockDatabaseDialog(QWidget* parent)
|
|||||||
: QDialog(parent)
|
: QDialog(parent)
|
||||||
, m_view(new UnlockDatabaseWidget(this))
|
, m_view(new UnlockDatabaseWidget(this))
|
||||||
{
|
{
|
||||||
|
setWindowFlags(windowFlags() | Qt::WindowStaysOnTopHint);
|
||||||
connect(m_view, SIGNAL(editFinished(bool)), this, SLOT(complete(bool)));
|
connect(m_view, SIGNAL(editFinished(bool)), this, SLOT(complete(bool)));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user