Skip to content

Commit

Permalink
Simplify manifest types
Browse files Browse the repository at this point in the history
  • Loading branch information
mtkennerly committed May 21, 2024
1 parent 930130a commit 3b67673
Show file tree
Hide file tree
Showing 4 changed files with 240 additions and 309 deletions.
4 changes: 2 additions & 2 deletions src/gui/app.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1082,8 +1082,8 @@ impl App {
ignore: false,
alias: standard.alias.clone(),
prefer_alias: false,
files: standard.files.clone().unwrap_or_default().keys().cloned().collect(),
registry: standard.registry.clone().unwrap_or_default().keys().cloned().collect(),
files: standard.files.keys().cloned().collect(),
registry: standard.registry.keys().cloned().collect(),
}
} else {
CustomGame {
Expand Down
Loading

0 comments on commit 3b67673

Please sign in to comment.