Skip to content
This repository was archived by the owner on Oct 4, 2022. It is now read-only.

Commit e8cb067

Browse files
author
andhra21231
committed
Update Version
1 parent 3009a2e commit e8cb067

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

client/src/main/java/com/client/login/MainLauncher.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
import javafx.fxml.FXMLLoader;
66
import javafx.scene.Parent;
77
import javafx.scene.Scene;
8-
import javafx.scene.image.Image;
98
import javafx.stage.Stage;
109
import javafx.stage.StageStyle;
1110

@@ -20,7 +19,7 @@ public void start(Stage primaryStage) throws Exception {
2019
primaryStageObj = primaryStage;
2120
Parent root = FXMLLoader.load(Objects.requireNonNull(getClass().getClassLoader().getResource("views/LoginView.fxml")));
2221
primaryStage.initStyle(StageStyle.UNDECORATED);
23-
primaryStage.setTitle("PKChat - 1.1 (Sodium)");
22+
primaryStage.setTitle("PKChat - 1.2 (Sodium)");
2423
Scene mainScene = new Scene(root, 350, 420);
2524
mainScene.setRoot(root);
2625
primaryStage.setResizable(false);

0 commit comments

Comments
 (0)