Skip to content

Commit

Permalink
Fixed Quick File for VMDs.
Browse files Browse the repository at this point in the history
  • Loading branch information
Frodo45127 committed Aug 31, 2024
1 parent 89e9293 commit 65206f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rpfm_ui/src/app_ui/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3222,7 +3222,7 @@ impl AppUI {
}
new_path.push_str(&name);

let new_packed_file = NewFile::Text(name.to_owned(), TextFormat::Xml);
let new_packed_file = NewFile::VMD(name.to_owned());
(new_path, new_packed_file)
}

Expand Down

0 comments on commit 65206f6

Please sign in to comment.