mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-04-10 10:19:35 -04:00
Fix file selection filter on *nix systems
This commit is contained in:
parent
8da3efa2c2
commit
3c98ce43c6
@ -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…
x
Reference in New Issue
Block a user