feat: add option to hide when game ui is hidden

This commit is contained in:
Anna
2022-02-07 14:44:19 -05:00
parent a5597f1c84
commit 252498515a
5 changed files with 34 additions and 2 deletions
+7
View File
@@ -33,6 +33,13 @@ internal sealed class Display : ISettingsTab {
);
ImGui.Spacing();
ImGuiUtil.OptionCheckbox(
ref this.Mutable.HideWhenUiHidden,
Language.Options_HideWhenUiHidden_Name,
string.Format(Language.Options_HideWhenUiHidden_Description, Plugin.PluginName)
);
ImGui.Spacing();
ImGuiUtil.OptionCheckbox(
ref this.Mutable.NativeItemTooltips,
Language.Options_NativeItemTooltips_Name,