Skip to content

Commit

Permalink
Show notification when applying preset
Browse files Browse the repository at this point in the history
  • Loading branch information
Jorixon committed Mar 26, 2024
1 parent 78cd6f5 commit 9babfa8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/GIMI-ModManager.WinUI/ViewModels/PresetViewModel.cs
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,9 @@ await Task.Run(async () =>
await ElevatorService.RefreshGenshinMods().ConfigureAwait(false);
}
});

_notificationManager.ShowNotification("Preset applied", $"Preset '{preset.Name}' has been applied",
TimeSpan.FromSeconds(5));
}
catch (Exception e)
{
Expand Down

0 comments on commit 9babfa8

Please sign in to comment.