Channel Info UI + backend implemented.

This commit is contained in:
Asal Lotfi
2025-09-08 11:12:34 +03:30
parent 25548fe247
commit 730ddba857
9 changed files with 522 additions and 15 deletions
+1 -1
View File
@@ -26,7 +26,7 @@ tasks.withType(JavaCompile) {
application {
mainModule = 'org.to.telegramfinalproject'
mainClass = 'org.to.telegramfinalproject.HelloApplication'
mainClass = 'org.to.telegramfinalproject.Server.MainServer'
}
javafx {