Nuke everything on close.

This commit is contained in:
lieght
2025-10-16 00:37:20 +02:00
parent cf9dbef882
commit 975207a6de

View File

@@ -79,6 +79,7 @@ public final class App extends Application {
public static void quit() {
ViewStack.cleanup();
stage.close();
System.exit(0); // TODO: This is like dropping a nuke
}
public static void reload() {