Skip to content

Commit

Permalink
add info hover for merge operation
Browse files Browse the repository at this point in the history
  • Loading branch information
maddymakesgames committed Mar 1, 2024
1 parent cd80caf commit 14501c6
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions save_gui/src/editor.rs
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,13 @@ impl EditorScreen {
{
self.merge_file(rt);
}

ui.info_hover(
"Merges in any applicable data from a different save file into this \
one.\nThis might not merge all the data you would want it to and there may \
still be bugs, so it is highly recommended you keep backups of your saves \
before using this.",
)
});

ui.horizontal(|ui| {
Expand Down

0 comments on commit 14501c6

Please sign in to comment.