mirror of
https://jihulab.com/DGP-Studio/Snap.Hutao.git
synced 2025-11-19 21:02:53 +08:00
code style
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user