feat: add a more obvious warning for people

This commit is contained in:
Anna
2022-08-28 16:54:19 -04:00
parent 019c851d5a
commit ac69b8d92d
5 changed files with 127 additions and 41 deletions
+4
View File
@@ -130,6 +130,10 @@ internal sealed class PluginUi : IDisposable {
}
private void Draw() {
if (this.Plugin.Config.DatabaseMigration != Configuration.LatestDbVersion) {
return;
}
this.Plugin.Interface.UiBuilder.DisableUserUiHide = !this.Plugin.Config.HideWhenUiHidden;
this.DefaultText = ImGui.GetStyle().Colors[(int) ImGuiCol.Text];