forked from aly/qstbak
muffin v7.5.12
This commit is contained in:
parent
3102923ce2
commit
911ed68baa
65 changed files with 2356 additions and 1539 deletions
|
|
@ -296,7 +296,7 @@ internal sealed class GeneralConfigComponent : ConfigComponent
|
|||
{
|
||||
UiThemeUtils.SectionHeader("Reward redemption");
|
||||
var (contentStartPos, availableWidth, drawList) = UiThemeUtils.BeginCard();
|
||||
ImGui.TextWrapped("Quest-reward items in your inventory are used automatically when you accept a quest. Choose which types to redeem.");
|
||||
ImGui.TextWrapped("Quest-reward items in your inventory are used automatically after quest completion and when you accept a quest. Choose which types to redeem.");
|
||||
ImGui.Spacing();
|
||||
UiThemeUtils.GridCheckbox[] array = new UiThemeUtils.GridCheckbox[RewardTypeOptions.Length];
|
||||
for (int i = 0; i < RewardTypeOptions.Length; i++)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue