mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-04-05 13:37:43 +03:00
Fix file selection filter on *nix systems
This commit is contained in:
parent
8da3efa2c2
commit
3c98ce43c6
1 changed files with 1 additions and 1 deletions
|
@ -117,7 +117,7 @@ void BrowserOptionDialog::showProxyLocationFileDialog()
|
|||
#ifdef Q_OS_WIN
|
||||
QString fileTypeFilter(tr("Executable Files (*.exe);;All Files (*.*)"));
|
||||
#else
|
||||
QString fileTypeFilter(tr("Executable Files (*.*)"));
|
||||
QString fileTypeFilter(tr("Executable Files (*)"));
|
||||
#endif
|
||||
auto proxyLocation = QFileDialog::getOpenFileName(this, tr("Select custom proxy location"),
|
||||
QFileInfo(QCoreApplication::applicationDirPath()).filePath(),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue