Skip to content

Commit

Permalink
Make the modded session be the default one to edit
Browse files Browse the repository at this point in the history
  • Loading branch information
maddymakesgames committed Mar 22, 2024
1 parent 3e13318 commit 1a4afe5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gui/src/editor/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ impl EditorScreen {
safety_off: false,
level_sets_panel: LevelSetsPanel::new(vanilla_level_set),
selected_panel: 0,
selected_session_panel: 0,
selected_session_panel: 1,
merge_file_listener: None,
session_add_strawb_buff: String::new(),
session_add_key_buf: String::new(),
Expand Down

0 comments on commit 1a4afe5

Please sign in to comment.