code style

This commit is contained in:
qhy040404
2024-03-08 16:33:13 +08:00
parent c0abe7f7c5
commit fda289421b

View File

@@ -71,12 +71,7 @@ internal sealed class WindowController
AppOptions appOptions = serviceProvider.GetRequiredService<AppOptions>();
UpdateElementTheme(appOptions.ElementTheme);
if (options.UseSystemBackdrop)
{
UpdateSystemBackdrop(appOptions.BackdropType);
}
UpdateSystemBackdrop(appOptions.BackdropType);
appOptions.PropertyChanged += OnOptionsPropertyChanged;
subclass.Initialize();