mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-05-06 08:35:37 -04:00
Hide rename button from attachments preview panel (#8842)
This commit is contained in:
parent
a6a4ed6ed4
commit
605f13ed4a
1 changed files with 1 additions and 0 deletions
|
@ -313,6 +313,7 @@ void EntryAttachmentsWidget::updateButtonsVisible()
|
||||||
{
|
{
|
||||||
m_ui->addAttachmentButton->setVisible(m_buttonsVisible && !m_readOnly);
|
m_ui->addAttachmentButton->setVisible(m_buttonsVisible && !m_readOnly);
|
||||||
m_ui->removeAttachmentButton->setVisible(m_buttonsVisible && !m_readOnly);
|
m_ui->removeAttachmentButton->setVisible(m_buttonsVisible && !m_readOnly);
|
||||||
|
m_ui->renameAttachmentButton->setVisible(m_buttonsVisible && !m_readOnly);
|
||||||
}
|
}
|
||||||
|
|
||||||
bool EntryAttachmentsWidget::insertAttachments(const QStringList& filenames, QString& errorMessage)
|
bool EntryAttachmentsWidget::insertAttachments(const QStringList& filenames, QString& errorMessage)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue