mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-08-01 11:06:17 -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
|
// Select the new or existing icon
|
||||||
|
updateRadioButtonCustomIcons();
|
||||||
QModelIndex index = m_customIconModel->indexFromUuid(uuid);
|
QModelIndex index = m_customIconModel->indexFromUuid(uuid);
|
||||||
m_ui->customIconsView->setCurrentIndex(index);
|
m_ui->customIconsView->setCurrentIndex(index);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue