muffin v6.12
This commit is contained in:
parent
060278c1b7
commit
155fbee291
59 changed files with 40083 additions and 58104 deletions
|
@ -110,22 +110,6 @@ internal sealed class DebugConfigComponent : ConfigComponent
|
|||
}
|
||||
ImGui.SameLine();
|
||||
ImGuiComponents.HelpMarker("When enabled, Questionable will not attempt to turn-in and complete quests. This will do everything automatically except the final turn-in step.");
|
||||
bool v11 = base.Configuration.Advanced.ShowWindowOnStart;
|
||||
if (ImGui.Checkbox("Show window on start", ref v11))
|
||||
{
|
||||
base.Configuration.Advanced.ShowWindowOnStart = v11;
|
||||
Save();
|
||||
}
|
||||
ImGui.SameLine();
|
||||
ImGuiComponents.HelpMarker("When enabled, Questionable's progress window will show when the plugin is loaded.");
|
||||
bool v12 = base.Configuration.Advanced.StartMinimized;
|
||||
if (ImGui.Checkbox("Start minimized", ref v12))
|
||||
{
|
||||
base.Configuration.Advanced.StartMinimized = v12;
|
||||
Save();
|
||||
}
|
||||
ImGui.SameLine();
|
||||
ImGuiComponents.HelpMarker("When enabled, Questionable's progress window will be in its minimized state when loaded.");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue