mirror of
https://github.com/sqlitebrowser/sqlitebrowser.git
synced 2026-01-20 02:50:46 -06:00
Allow all file names when opening a DB by drag & drop
This commit is contained in:
@@ -1355,7 +1355,7 @@ void MainWindow::dropEvent(QDropEvent *event)
|
||||
|
||||
QString fileName = urls.first().toLocalFile();
|
||||
|
||||
if( !fileName.isEmpty() && fileName.endsWith("db") )
|
||||
if(!fileName.isEmpty())
|
||||
fileOpen(fileName);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user