Remove experimental
tooltip
This commit is contained in:
parent
db78d35fba
commit
01d6b7f2dd
@ -155,7 +155,7 @@ namespace Pal.Client.Windows
|
|||||||
ImGui.Separator();
|
ImGui.Separator();
|
||||||
|
|
||||||
ImGui.Checkbox("Show silver coffers on current floor", ref _showSilverCoffers);
|
ImGui.Checkbox("Show silver coffers on current floor", ref _showSilverCoffers);
|
||||||
ImGuiComponents.HelpMarker("Shows all the silver coffers visible to you on the current floor.\nThis is not synchronized with other players and not saved between floors/runs.\n\nExperimental feature.");
|
ImGuiComponents.HelpMarker("Shows all the silver coffers visible to you on the current floor.\nThis is not synchronized with other players and not saved between floors/runs.");
|
||||||
ImGui.Indent();
|
ImGui.Indent();
|
||||||
ImGui.BeginDisabled(!_showSilverCoffers);
|
ImGui.BeginDisabled(!_showSilverCoffers);
|
||||||
ImGui.Spacing();
|
ImGui.Spacing();
|
||||||
|
Loading…
Reference in New Issue
Block a user