From 5e94c1e81bf215990d70988d36036b28cc61392c Mon Sep 17 00:00:00 2001 From: Space Time Date: Mon, 9 Dec 2024 21:36:22 +0800 Subject: [PATCH] =?UTF-8?q?1.1.3=20->=201.1.4=20=E7=AC=AC37=E6=AC=A1?= =?UTF-8?q?=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- App.xaml.cs | 2 +- Sheas-Cealer.csproj | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/App.xaml.cs b/App.xaml.cs index e70f9f1..dece8de 100644 --- a/App.xaml.cs +++ b/App.xaml.cs @@ -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"))); diff --git a/Sheas-Cealer.csproj b/Sheas-Cealer.csproj index 9e5ebaf..72e4a73 100644 --- a/Sheas-Cealer.csproj +++ b/Sheas-Cealer.csproj @@ -22,7 +22,7 @@ Copyright © 2077 WinExe net8.0-windows10.0.26100.0 - 7.0 + 10.0.17763.0 10.0.26100.41 Sheas_Cealer enable