mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-05-30 11:54:24 -04:00
Select custom icon radio button after successful download
This commit is contained in:
parent
4277364e91
commit
157f1134bf
1 changed files with 1 additions and 0 deletions
|
@ -302,6 +302,7 @@ void EditWidgetIcons::addCustomIcon(const QImage &icon)
|
|||
}
|
||||
|
||||
// Select the new or existing icon
|
||||
updateRadioButtonCustomIcons();
|
||||
QModelIndex index = m_customIconModel->indexFromUuid(uuid);
|
||||
m_ui->customIconsView->setCurrentIndex(index);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue