Skip to content

Commit

Permalink
Fix tooltip enabled issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Critical-Impact committed Dec 5, 2024
1 parent b21463a commit ded6d01
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CriticalCommonLib
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ namespace InventoryTools.Logic.Settings
public class TooltipAddCharacterNameSetting : BooleanSetting
{
public override bool DefaultValue { get; set; } = false;

public override bool CurrentValue(InventoryToolsConfiguration configuration)
{
return configuration.TooltipAddCharacterNameOwned;
Expand All @@ -19,7 +19,7 @@ public override void UpdateFilterConfiguration(InventoryToolsConfiguration confi
}

public override string Key { get; set; } = "TooltipCharacterName";
public override string Name { get; set; } = "Affix with Character Name";
public override string Name { get; set; } = "Add Item Locations (Affix with Character Name)";

public override string HelpText { get; set; } =
"When hovering an item and you have an amount owned by a retainer, should the owner of that retainer be affixed to that item?";
Expand Down

0 comments on commit ded6d01

Please sign in to comment.