Skip to content

Commit

Permalink
Change default DB pref name
Browse files Browse the repository at this point in the history
  • Loading branch information
dustinkredmond committed Oct 28, 2020
1 parent 3cf8995 commit d92fa11
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ public void show(RouteWindow window) {
root.setTop(new CustomMenuBar(window));

grid.add(new Label("Database Path:"), 0, 0);
TextField tfPath = new TextField(Prefs.get("dbPath", "./fxapi.db"));
TextField tfPath = new TextField(Prefs.get("dbPath", "./sparkfx.db"));
tfPath.setEditable(false);
grid.add(tfPath, 1, 0);
Button buttonOverride = new Button("Override");
Expand Down

0 comments on commit d92fa11

Please sign in to comment.