Skip to content

Commit

Permalink
Add UI image and title for taskbot window
Browse files Browse the repository at this point in the history
  • Loading branch information
dasha3412 committed Sep 18, 2024
1 parent bd19d35 commit ae63c09
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 0 deletions.
Binary file added docs/Ui.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions src/main/java/victor/controls/MainWindow.java
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ public class MainWindow {
*/
public void setStage(Stage stage) {
this.stage = stage;
stage.setTitle("Victor TaskBot");
}

/**
Expand Down

0 comments on commit ae63c09

Please sign in to comment.