Finalized OS screen effects

This commit is contained in:
2026-05-25 18:27:01 +02:00
parent 1dc3052df1
commit ac31f560a7
3 changed files with 15 additions and 9 deletions
@@ -8,8 +8,6 @@ import javafx.stage.Stage;
public class ClientLauncherGUI {
public static void main(String[] args) {
System.setProperty("glass.win.uiScale", "1.0");
System.setProperty("glass.gtk.uiScale", "1.0");
Application.launch(GUIApp.class, args);
}