update title window
All checks were successful
Linux arm64 / Build (push) Successful in 28s

This commit is contained in:
fl.du.pr Grens
2025-01-21 20:50:33 +01:00
parent 121c60ddef
commit 42d5bdc8d6
2 changed files with 2 additions and 1 deletions

View File

@@ -7,7 +7,7 @@ import imgui.app.Configuration;
public class Main extends Application { public class Main extends Application {
@Override @Override
protected void configure(Configuration config) { protected void configure(Configuration config) {
config.setTitle("Dear ImGui is Awesome!"); config.setTitle("Let's play sudoku!");
} }
@Override @Override

View File

@@ -6,4 +6,5 @@ public class ImmutableCell extends Cell {
super(symbolIndex); super(symbolIndex);
} }
} }