1.1.3 -> 1.1.4 第37次更新

This commit is contained in:
Space Time 2024-12-09 21:36:22 +08:00
parent dda0c2efee
commit 5e94c1e81b
2 changed files with 2 additions and 2 deletions

View File

@ -24,7 +24,7 @@ public partial class App : Application
newTheme.SetPrimaryColor(Color.FromRgb(newColor.R, newColor.G, newColor.B));
paletteHelper.SetTheme(newTheme);
if (Environment.OSVersion.Version.Major == 10 && Environment.OSVersion.Version.Build < 22000)
if (Environment.OSVersion.Version.Build < 22000)
{
Style newWindowStyle = new(typeof(Window), Current.Resources["CommonWindow"] as Style);
newWindowStyle.Setters.Add(new Setter(Window.BackgroundProperty, new DynamicResourceExtension("MaterialDesignBackground")));

View File

@ -22,7 +22,7 @@
<Copyright>Copyright © 2077</Copyright>
<OutputType>WinExe</OutputType>
<TargetFramework>net8.0-windows10.0.26100.0</TargetFramework>
<SupportedOSPlatformVersion>7.0</SupportedOSPlatformVersion>
<SupportedOSPlatformVersion>10.0.17763.0</SupportedOSPlatformVersion>
<WindowsSdkPackageVersion>10.0.26100.41</WindowsSdkPackageVersion>
<RootNamespace>Sheas_Cealer</RootNamespace>
<Nullable>enable</Nullable>