Develop #1

Merged
Sadra3st merged 9 commits from develop into main 2026-06-10 05:23:24 +00:00
Showing only changes of commit e6fb142e41 - Show all commits
+3 -1
View File
@@ -4,5 +4,7 @@ import javafx.application.Application;
public class Launcher{
public static void main(String[] args) {
// TODO: Launch the JavaFX application by calling Application.launch(Main.class) }
Application.launch(MusicApp.class);
}
}