We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67aee2a commit bef5b29Copy full SHA for bef5b29
Files/Views/Pages/Properties.xaml.cs
@@ -91,7 +91,7 @@ await Dispatcher.RunAsync(CoreDispatcherPriority.Normal, () =>
91
TintColor = AppSettings.AcrylicTheme.TintColor,
92
TintOpacity = AppSettings.AcrylicTheme.TintOpacity,
93
};
94
- if (ApiInformation.IsApiContractPresent("Windows.Foundation.UniversalApiContract", 8))
+ if (ApiInformation.IsApiContractPresent("Windows.Foundation.UniversalApiContract", 9))
95
{
96
backgroundBrush.TintLuminosityOpacity = 0.9;
97
}
0 commit comments