Skip to content

Commit

Permalink
ModSetting change fix
Browse files Browse the repository at this point in the history
  • Loading branch information
no-1-noob committed Jun 20, 2024
1 parent acf2eeb commit 5007ffc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ public object CurrentMod
_currentCommand = lsVoiceCommands.FirstOrDefault();
PropertyChanged?.Invoke(this, new PropertyChangedEventArgs(nameof(CurrentMod)));
PropertyChanged?.Invoke(this, new PropertyChangedEventArgs(nameof(AllCommandOptions)));
RefreshSelectedCommand();
RefreshSelectedCommand(true);
}
}
}
Expand Down

0 comments on commit 5007ffc

Please sign in to comment.