Did you know VoiceAttack doesn’t like capitalization in strings?
This commit is contained in:
parent
c17355229f
commit
977b0c74d7
1 changed files with 1 additions and 1 deletions
|
@ -141,7 +141,7 @@ namespace alterNERDtive.util
|
|||
{
|
||||
try
|
||||
{
|
||||
Option option = options.Value.First(item => item.Value.VoiceTrigger == trigger).Value;
|
||||
Option option = options.Value.First(item => item.Value.VoiceTrigger.ToLower() == trigger).Value;
|
||||
vaProxy.SetText("~name", $"{options.Key}.{option.Name}");
|
||||
vaProxy.SetText("~ttsDescription", option.TtsDescription);
|
||||
vaProxy.SetText("~description", option.Description);
|
||||
|
|
Loading…
Reference in a new issue