enhance: add tooltips to various UI elements for better accessibility

This commit is contained in:
Gadfly 2025-03-15 22:13:10 +08:00
parent a46e52582f
commit 05e3f0e5b8
No known key found for this signature in database
5 changed files with 24 additions and 7 deletions

View file

@ -46,7 +46,7 @@
HorizontalOffset="-8" VerticalAlignment="-8">
<Popup.IsOpen>
<MultiBinding Converter="{x:Static BoolConverters.And}">
<Binding Path="RevisionFileSearchSuggestion" Converter="{x:Static c:ListConverters.IsNotNullOrEmpty}}"/>
<Binding Path="RevisionFileSearchSuggestion" Converter="{x:Static c:ListConverters.IsNotNullOrEmpty}"/>
<Binding Path="$parent[Window].IsActive"/>
</MultiBinding>
</Popup.IsOpen>