mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-02-25 08:51:21 -05:00
Select custom icon radio button after successful download
This commit is contained in:
parent
4277364e91
commit
157f1134bf
@ -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…
x
Reference in New Issue
Block a user