feat: add chat database
This commit is contained in:
@@ -21,8 +21,8 @@ public class Fonts : ISettingsTab {
|
||||
this.JpFonts = Ui.Fonts.GetJpFonts();
|
||||
}
|
||||
|
||||
public void Draw() {
|
||||
if (ImGui.IsWindowAppearing()) {
|
||||
public void Draw(bool changed) {
|
||||
if (changed) {
|
||||
this.UpdateFonts();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user