mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-08-03 12:06:25 -04:00
Use "*" as filter for all files instead of "*.*".
This commit is contained in:
parent
d3fcf2e0c4
commit
8e8efc67e6
1 changed files with 1 additions and 1 deletions
|
@ -123,7 +123,7 @@ void EditWidgetIcons::load(Uuid currentUuid, Database* database, IconStruct icon
|
|||
void EditWidgetIcons::addCustomIcon()
|
||||
{
|
||||
if (m_database) {
|
||||
QString filter = QString("%1 (%2);;%3 (*.*)").arg(tr("Images"),
|
||||
QString filter = QString("%1 (%2);;%3 (*)").arg(tr("Images"),
|
||||
Tools::imageReaderFilter(), tr("All files"));
|
||||
|
||||
QString filename = QFileDialog::getOpenFileName(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue