mirror of
https://github.com/xivdev/Penumbra.git
synced 2026-02-08 00:44:41 +01:00
Improve setting tooltip
This commit is contained in:
parent
6a4e762c48
commit
e9f3730d9e
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);
|
||||
|
||||
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);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue