Update Controllers.java

This commit is contained in:
ShirosakiMio 2024-04-06 09:58:50 +08:00
parent c618621825
commit d64716f57b
1 changed files with 1 additions and 0 deletions

View File

@ -117,6 +117,7 @@ public class Controllers {
}
public static ObservableList<Controller> getControllers() {
if (controllers.isEmpty()) controllers.add(DEFAULT_CONTROLLER);
return controllers;
}