Skip to content

Commit

Permalink
Allow manual mod ordering as well as sorted views
Browse files Browse the repository at this point in the history
  • Loading branch information
trumank committed Jun 17, 2024
1 parent a156869 commit 7b6f40f
Show file tree
Hide file tree
Showing 5 changed files with 189 additions and 115 deletions.
65 changes: 63 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,8 @@ postcard.workspace = true
fs-err.workspace = true
snafu.workspace = true
strum = { version = "0.26", features = ["derive"] }
itertools.workspace = true
egui_dnd = "0.6.0"

[target.'cfg(target_env = "msvc")'.dependencies]
hook = { path = "hook", artifact = "cdylib", optional = true, target = "x86_64-pc-windows-msvc"}
Expand Down
1 change: 0 additions & 1 deletion src/gui/message.rs
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,6 @@ impl ResolveMods {
}
}
app.resolve_mod.clear();
app.sort_mods();
app.state.mod_data.save().unwrap();
app.last_action = Some(LastAction::success(
"mods successfully resolved".to_string(),
Expand Down
Loading

0 comments on commit 7b6f40f

Please sign in to comment.