Added option to hide tooltips on hover share resources/units icons #18
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
The problem - when you hover share units/resources icons, they have tooltip which overlap quite informative part of the table (with how much resources your teammates have), so you need to move over buttons to see all other values (see screenshot below).
I guess that everybody who uses SSB for a while knows "how to share resources/units", you can find it noisy (I think you've memorized that information after the first time you seen/used it).
The PR adds an option (which should be enabled by default, but it seems that by default it has
nul
value inGameOptions
- is this bug?) in the settings which allows you to disable these tooltips on share mass/energy/units buttons.Questions:
nil
rather thantrue
, I'm not sure how it could be fixed...Tooltip.AddControlTooltip
(I didn't find any info about that), so it will be applied after game restart. If you know how it could be fixed - please tell me.