Skip to content

Commit

Permalink
feat: Enable ToolTips on Skia by default
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinZikmund committed May 9, 2024
1 parent ef7b6a1 commit fdaebd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Uno.UI/FeatureConfiguration.cs
Original file line number Diff line number Diff line change
Expand Up @@ -572,7 +572,7 @@ public static class ThemeAnimation
public static class ToolTip
{
public static bool UseToolTips { get; set; }
#if __WASM__
#if __WASM__ || __SKIA__
= true;
#endif

Expand Down

0 comments on commit fdaebd3

Please sign in to comment.