mirror of
https://github.com/xivdev/Penumbra.git
synced 2026-02-23 00:07:53 +01:00
This commit is contained in:
parent
f035073966
commit
2418d705f6
6 changed files with 8 additions and 14 deletions
|
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue