Improve setting tooltip

This commit is contained in:
N. Lo. 2025-12-12 21:27:58 +01:00 committed by GitHub
parent 6a4e762c48
commit e9f3730d9e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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);
}