Skip to content

Commit

Permalink
Test cases all pass
Browse files Browse the repository at this point in the history
  • Loading branch information
davetcc committed Oct 19, 2024
1 parent a36574c commit 1e9b026
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ public void managerWillStart() {

navigationManager.addWidgetClickedListener((actionEvent, widget) -> {
if(widget == settingsWidget) {
navigationManager.pushNavigation(new ColorSettingsPresentable(globalSettings, navigationManager, "Global", itemStore, false));
navigationManager.pushNavigation(new ColorSettingsPresentable(globalSettings, navigationManager, "Global", false));
}
});

Expand Down

0 comments on commit 1e9b026

Please sign in to comment.