Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions scripts/main.gd
Original file line number Diff line number Diff line change
Expand Up @@ -517,6 +517,12 @@ func _on_dock_side_selected(index: int) -> void:
settings["dock_anchor"] = dock_anchor_from_option(index)
save_settings()
apply_dock_position()
if menu_was_open:
sidebar_scroll.visible = true
menu_actions.visible = true
management_panels.visible = true
position_popup_panel(settings.get("dock_anchor", "right"))
update_menu_button_text()
if previous_family != anchor_family:
build_world()
bootstrap_state()
Expand Down