feat: add basic autotranslate support

This commit is contained in:
Anna
2022-05-29 21:34:51 -04:00
parent de0309e428
commit 70cecf4a6d
6 changed files with 449 additions and 21 deletions
+1 -1
View File
@@ -27,7 +27,7 @@ public class Fonts : ISettingsTab {
}
ImGui.PushTextWrapPos();
ImGui.Checkbox(Language.Options_FontsEnabled, ref this.Mutable.FontsEnabled);
ImGui.Spacing();