mirror of
https://github.com/sqlitebrowser/sqlitebrowser.git
synced 2026-01-20 02:50:46 -06:00
remove the defaultnewdata setting
it is useless now
This commit is contained in:
@@ -959,7 +959,6 @@ void MainWindow::openPreferences()
|
||||
PreferencesDialog dialog(this);
|
||||
if(dialog.exec())
|
||||
{
|
||||
db.setDefaultNewData(PreferencesDialog::getSettingsValue("db", "defaultnewdata").toString());
|
||||
resetBrowser();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user