Skip to content

Commit

Permalink
Auto save to file on write to rio.
Browse files Browse the repository at this point in the history
  • Loading branch information
Juniormunk committed Jul 21, 2024
1 parent 2c18615 commit aefda3a
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -921,6 +921,7 @@ public void updateEditTime(Profile p) {
}

private void saveToRioButton_Click(object sender, EventArgs e) {
SaveAllProfiles(null, null);
if (profiles.Count == 0) {
setStatus("No profiles to save to RIO", true);
return;
Expand Down

0 comments on commit aefda3a

Please sign in to comment.