更新整理
This commit is contained in:
@@ -1,10 +1,11 @@
|
||||
|
||||
|
||||
|
||||
using WPFluent.Appearance;
|
||||
|
||||
using System.Windows.Markup;
|
||||
|
||||
using WPFluent.Appearance;
|
||||
|
||||
namespace WPFluent.Markup;
|
||||
|
||||
/// <summary>
|
||||
@@ -30,7 +31,6 @@ public class ThemesDictionary : ResourceDictionary
|
||||
var themeName = selectedApplicationTheme switch
|
||||
{
|
||||
ApplicationTheme.Dark => "Dark",
|
||||
ApplicationTheme.HighContrast => "HighContrast",
|
||||
_ => "Light",
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user