mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-04-05 05:27:39 +03:00
Remove unused/duplicate icons
This commit is contained in:
parent
c363e4a969
commit
392cab2e36
5 changed files with 1 additions and 7 deletions
|
@ -220,7 +220,7 @@ void EditEntryWidget::openAutotypeHelp()
|
|||
void EditEntryWidget::setupAutoType()
|
||||
{
|
||||
m_autoTypeUi->setupUi(m_autoTypeWidget);
|
||||
addPage(tr("Auto-Type"), icons()->icon("key-enter"), m_autoTypeWidget);
|
||||
addPage(tr("Auto-Type"), icons()->icon("auto-type"), m_autoTypeWidget);
|
||||
|
||||
m_autoTypeUi->openHelpButton->setIcon(icons()->icon("system-help"));
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue