mirror of
https://github.com/xivdev/Penumbra.git
synced 2026-01-03 06:13:45 +01:00
This commit is contained in:
parent
5a9ff39782
commit
7b451c5097
1 changed files with 1 additions and 1 deletions
|
|
@ -803,7 +803,7 @@ public sealed class SettingsTab : ITab<TabType>
|
||||||
_config.EditRawTileTransforms, v => _config.EditRawTileTransforms = v);
|
_config.EditRawTileTransforms, v => _config.EditRawTileTransforms = v);
|
||||||
|
|
||||||
Checkbox("Advanced Editing: Always Highlight Color Row Pair when Hovering Selection Button",
|
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);
|
_config.WholePairSelectorAlwaysHighlights, v => _config.WholePairSelectorAlwaysHighlights = v);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue