Work on SettingsWindow and Server
This commit is contained in:
@@ -131,7 +131,7 @@ public class MainLayout extends BorderPane {
|
||||
this.setCenter(galleryLayout);
|
||||
}
|
||||
private void switchToSettingsLayout() {
|
||||
SettingsLayout settingsLayout = new SettingsLayout();
|
||||
SettingsWindow settingsLayout = new SettingsWindow();
|
||||
this.setCenter(settingsLayout);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user