* [Issue #29134] Added a new UI advanced setting UI_DiskDataInfo_NameDisk.
- When constructing the display name of a disk / volume, ignore all other information except the physical disk number.
- Default: false
* [Issue #29134] Added a new UI advanced setting UI_DiskToolTip_StrictHover.
- Improves the hovering behavior of disk tooltips, making them more responsive.
- Default: false
* [Issue #29134] Added a new UI advanced setting UI_ToolTipService_BetweenShowDelay.
- Controls the grace period during which, after one tooltip has been shown, moving to another tooltip-bearing element causes the next tooltip to appear immediately.
- .NET default: 100ms
- Our default: .NET default (-1)
- Set to < 0 to use the .NET default.
* [Issue #29134] Added a new UI advanced setting UI_ToolTipService_ShowDuration.
- Controls how long a tooltip is shown in the UI.
- .NET default: 5000ms or essentially infinite, depending on .NET version
- Our default: 60000ms
- Set to < 0 to use the .NET default.
* [Issue #29134] Added a new UI advanced setting UI_ToolTipService_InitialShowDelay.
- Controls the initial delay before showing a tooltip in the UI.
- .NET default: set by OS, typically 400ms
- Our default: .NET default (-1)
- Set to < 0 to use the .NET default.