feat: add reply in selected chat mode

This commit is contained in:
Anna
2022-01-14 13:25:33 -05:00
parent 1b29ed68e6
commit 471be104e1
6 changed files with 113 additions and 31 deletions
+1 -1
View File
@@ -26,7 +26,7 @@ internal sealed class PluginUi : IDisposable {
private (GCHandle, int) _jpFont;
private (GCHandle, int) _gameSymFont;
private ImVector _ranges;
private readonly ImVector _ranges;
private GCHandle _jpRange = GCHandle.Alloc(
GlyphRangesJapanese.GlyphRanges,