mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-01-15 09:17:28 -05:00
Use "*" as filter for all files instead of "*.*".
This commit is contained in:
parent
d3fcf2e0c4
commit
8e8efc67e6
@ -123,7 +123,7 @@ void EditWidgetIcons::load(Uuid currentUuid, Database* database, IconStruct icon
|
|||||||
void EditWidgetIcons::addCustomIcon()
|
void EditWidgetIcons::addCustomIcon()
|
||||||
{
|
{
|
||||||
if (m_database) {
|
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"));
|
Tools::imageReaderFilter(), tr("All files"));
|
||||||
|
|
||||||
QString filename = QFileDialog::getOpenFileName(
|
QString filename = QFileDialog::getOpenFileName(
|
||||||
|
Loading…
Reference in New Issue
Block a user