Fix merge issues.
Some checks are pending
.NET Build / build (push) Waiting to run

This commit is contained in:
Ottermandias 2025-12-19 15:31:47 +01:00
parent f035073966
commit 2418d705f6
6 changed files with 8 additions and 14 deletions

View file

@ -789,8 +789,8 @@ public sealed class SettingsTab : ITab<TabType>
"Edit the raw matrix components of tile UV transforms, instead of having them decomposed into scale, rotation and shear."u8,
_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 Control.",
Checkbox("Advanced Editing: Always Highlight Color Row Pair when Hovering Selection Button"u8,
"Make the whole color row pair selection button highlight the pair in game, instead of just the crosshair, even without holding Control."u8,
_config.WholePairSelectorAlwaysHighlights, v => _config.WholePairSelectorAlwaysHighlights = v);
}