mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-04-06 05:57:37 +03:00
Disable automatic hiding of an information message for YubiKey
This commit is contained in:
parent
75cfe1c5dd
commit
f38fe5a9dd
7 changed files with 25 additions and 13 deletions
|
@ -1325,9 +1325,10 @@ void DatabaseWidget::closeUnlockDialog()
|
|||
m_unlockDatabaseDialog->close();
|
||||
}
|
||||
|
||||
void DatabaseWidget::showMessage(const QString& text, MessageWidget::MessageType type)
|
||||
void DatabaseWidget::showMessage(const QString& text, MessageWidget::MessageType type, bool showClosebutton, int autoHideTimeout)
|
||||
{
|
||||
m_messageWidget->showMessage(text, type);
|
||||
m_messageWidget->setCloseButtonVisible(showClosebutton);
|
||||
m_messageWidget->showMessage(text, type, autoHideTimeout);
|
||||
}
|
||||
|
||||
void DatabaseWidget::hideMessage()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue