diff --git a/src/main/java/com/boredxgames/tictactoeclient/presentation/GameController.java b/src/main/java/com/boredxgames/tictactoeclient/presentation/GameController.java index 82c8276..0a52165 100644 --- a/src/main/java/com/boredxgames/tictactoeclient/presentation/GameController.java +++ b/src/main/java/com/boredxgames/tictactoeclient/presentation/GameController.java @@ -263,7 +263,7 @@ private void setupButtonHandlers() { } }); - settingsButton.setOnAction(e -> NavigationManager.navigate(Screens.SETTINGS, NavigationAction.REPLACE_ALL)); + settingsButton.setOnAction(e -> NavigationManager.navigate(Screens.SETTINGS, NavigationAction.PUSH)); if (saveGameButton != null) { saveGameButton.setOnAction(e -> handleSaveGame());