пара фиксов
This commit is contained in:
@@ -39,7 +39,7 @@ public sealed class VoiceMaskBoundUserInterface : BoundUserInterface
|
||||
return;
|
||||
}
|
||||
|
||||
_window.UpdateState(cast.Name, cast.Verb);
|
||||
_window.UpdateState(cast.Name, cast.Voice, cast.Verb);
|
||||
}
|
||||
|
||||
protected override void Dispose(bool disposing)
|
||||
@@ -48,4 +48,4 @@ public sealed class VoiceMaskBoundUserInterface : BoundUserInterface
|
||||
|
||||
_window?.Close();
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user