small fixes

This commit is contained in:
Oskar Rasieński 2025-12-04 01:41:01 +01:00
commit d0a61aadd8
2 changed files with 1 additions and 2 deletions

View file

@ -107,7 +107,7 @@ public class MainCtrl implements LocaleAware {
});
}
public void showFoodpal() throws IOException, InterruptedException {
public void showFoodpal() {
primaryStage.setTitle("FoodPal");
primaryStage.setScene(foodpal);
foodpalCtrl.refresh();