mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-07-05 11:54:59 -04:00
Bring HTTP Confirmation window to the front
This commit is contained in:
parent
e684e230a6
commit
aba0633a78
1 changed files with 2 additions and 0 deletions
|
@ -19,6 +19,8 @@ AccessControlDialog::AccessControlDialog(QWidget *parent) :
|
||||||
QDialog(parent),
|
QDialog(parent),
|
||||||
ui(new Ui::AccessControlDialog())
|
ui(new Ui::AccessControlDialog())
|
||||||
{
|
{
|
||||||
|
this->setWindowFlags(windowFlags() | Qt::WindowStaysOnTopHint);
|
||||||
|
|
||||||
ui->setupUi(this);
|
ui->setupUi(this);
|
||||||
connect(ui->allowButton, SIGNAL(clicked()), this, SLOT(accept()));
|
connect(ui->allowButton, SIGNAL(clicked()), this, SLOT(accept()));
|
||||||
connect(ui->denyButton, SIGNAL(clicked()), this, SLOT(reject()));
|
connect(ui->denyButton, SIGNAL(clicked()), this, SLOT(reject()));
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue