From fdaebd3c50b198b65169d97ee4435f9f434d1f86 Mon Sep 17 00:00:00 2001 From: Martin Zikmund Date: Thu, 9 May 2024 14:20:10 +0200 Subject: [PATCH] feat: Enable ToolTips on Skia by default --- src/Uno.UI/FeatureConfiguration.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Uno.UI/FeatureConfiguration.cs b/src/Uno.UI/FeatureConfiguration.cs index 037348cdd507..88d98b741110 100644 --- a/src/Uno.UI/FeatureConfiguration.cs +++ b/src/Uno.UI/FeatureConfiguration.cs @@ -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