mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-01-12 07:49:55 -05:00
Hide rename button from attachments preview panel (#8842)
This commit is contained in:
parent
c410c380f6
commit
3e3e87d3c5
@ -313,6 +313,7 @@ void EntryAttachmentsWidget::updateButtonsVisible()
|
||||
{
|
||||
m_ui->addAttachmentButton->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)
|
||||
|
Loading…
Reference in New Issue
Block a user