mirror of
https://github.com/sqlitebrowser/sqlitebrowser.git
synced 2026-05-13 07:19:48 -05:00
Don't disable the Browse Table option when browsing a read only database
This commit is contained in:
+1
-1
@@ -1148,7 +1148,7 @@ void MainWindow::changeTreeSelection()
|
||||
}
|
||||
if(type == "table" || type == "view")
|
||||
{
|
||||
ui->actionEditBrowseTable->setEnabled(!db.readOnly());
|
||||
ui->actionEditBrowseTable->setEnabled(true);
|
||||
ui->actionExportCsvPopup->setEnabled(true);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user