Improve setting tooltip
Some checks failed
.NET Build / build (push) Has been cancelled

This commit is contained in:
N. Lo. 2025-12-12 21:27:58 +01:00 committed by Ottermandias
parent 5a9ff39782
commit 7b451c5097

View file

@ -803,7 +803,7 @@ public sealed class SettingsTab : ITab<TabType>
_config.EditRawTileTransforms, v => _config.EditRawTileTransforms = v);
Checkbox("Advanced Editing: Always Highlight Color Row Pair when Hovering Selection Button",
"Make the whole color row pair selection button highlight the pair in game, instead of just the crosshair, even without holding Ctrl.",
"Make the whole color row pair selection button highlight the pair in game, instead of just the crosshair, even without holding Control.",
_config.WholePairSelectorAlwaysHighlights, v => _config.WholePairSelectorAlwaysHighlights = v);
}