We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05eb5fd commit dbd4dd3Copy full SHA for dbd4dd3
src/main/java/fr/themsou/main/License.java
@@ -227,7 +227,7 @@ public License(){
227
window.getIcons().add(new Image(getClass().getResource("/logo.png")+""));
228
window.setWidth(545);
229
window.setHeight(720);
230
- window.setTitle("PDF chersTeacher - License");
+ window.setTitle("PDF4Teachers - License");
231
window.setScene(scene);
232
window.setOnCloseRequest((javafx.stage.WindowEvent e) -> {
233
System.out.println(new File(Main.dataFolder + "settings.yml").delete());
0 commit comments