mirror of
https://github.com/sqlitebrowser/sqlitebrowser.git
synced 2026-01-20 02:50:46 -06:00
Reload pragma values when pressing F5/Ctrl+R
As suggested by Iulian here
da7f472864 (commitcomment-19844983)
This commit is contained in:
@@ -700,7 +700,8 @@ void MainWindow::refresh()
|
||||
populateTable();
|
||||
break;
|
||||
case PragmaTab:
|
||||
// Do nothing
|
||||
// Reload pragma values
|
||||
loadPragmas();
|
||||
break;
|
||||
case ExecuteTab:
|
||||
// (Re-)Run the current SQL query
|
||||
|
||||
Reference in New Issue
Block a user