Skip to content

Commit

Permalink
Update ProfilesViewModel.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
2dust committed Mar 24, 2023
1 parent 093cc73 commit afd5096
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clashN/clashN/ViewModels/ProfilesViewModel.cs
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,7 @@ public void SetDefaultProfile()

if (ConfigProc.SetDefaultProfile(ref _config, item) == 0)
{
_noticeHandler?.Enqueue(ResUI.OperationSuccess);
_noticeHandler?.SendMessage(ResUI.OperationSuccess);
RefreshProfiles();

Locator.Current.GetService<MainWindowViewModel>()?.LoadCore();
Expand Down

0 comments on commit afd5096

Please sign in to comment.