mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-08-02 19:46:06 -04:00
Ability to disable animation of message widget
* Allows for persistent messages that can change text without disturbing the user interface * Immediate improvement to KeeShare group edit window
This commit is contained in:
parent
7ef1ee916b
commit
730367557f
3 changed files with 26 additions and 2 deletions
|
@ -39,6 +39,7 @@ EditGroupWidgetKeeShare::EditGroupWidgetKeeShare(QWidget* parent)
|
|||
m_ui->messageWidget->hide();
|
||||
m_ui->messageWidget->setCloseButtonVisible(false);
|
||||
m_ui->messageWidget->setAutoHideTimeout(-1);
|
||||
m_ui->messageWidget->setAnimate(false);
|
||||
|
||||
m_ui->passwordEdit->enablePasswordGenerator();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue