Skip to content

Commit

Permalink
Update save profile message
Browse files Browse the repository at this point in the history
  • Loading branch information
Lacyway committed Jul 7, 2024
1 parent f415c64 commit 23c91cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Fika.Core/UI/Patches/MenuTaskBar_Patch.cs
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ public static void Postfix(MenuTaskBar __instance)
}

File.WriteAllText(@$"{fikaDir}/{profileId}.json", profile.ToString());
NotificationManagerClass.DisplayMessageNotification($"Saved profile '{profileId}'");
NotificationManagerClass.DisplayMessageNotification($"Saved profile '{profileId}' to {fikaDir}");

GameObject.Destroy(downloadProfileGameObject);
}
Expand Down

0 comments on commit 23c91cc

Please sign in to comment.