mirror of
https://github.com/sqlitebrowser/sqlitebrowser.git
synced 2026-01-30 07:50:42 -06:00
Add macOS .dylib extension to the extension selector dialog
This commit is contained in:
@@ -2261,7 +2261,7 @@ void MainWindow::loadExtension()
|
||||
OpenExtensionFile,
|
||||
this,
|
||||
tr("Select extension file"),
|
||||
tr("Extensions(*.so *.dll);;All files(*)"));
|
||||
tr("Extensions(*.so *.dylib *.dll);;All files(*)"));
|
||||
|
||||
if(file.isEmpty())
|
||||
return;
|
||||
|
||||
@@ -375,7 +375,7 @@ void PreferencesDialog::addExtension()
|
||||
OpenExtensionFile,
|
||||
this,
|
||||
tr("Select extension file"),
|
||||
tr("Extensions(*.so *.dll);;All files(*)"));
|
||||
tr("Extensions(*.so *.dylib *.dll);;All files(*)"));
|
||||
|
||||
if(QFile::exists(file))
|
||||
ui->listExtensions->addItem(file);
|
||||
|
||||
Reference in New Issue
Block a user