命名调整
This commit is contained in:
@@ -48,7 +48,7 @@ public class ThemeManager
|
||||
}
|
||||
private static bool ApplicationHasResources(Application? application)
|
||||
{
|
||||
return application
|
||||
return application is not null && application
|
||||
.Resources.MergedDictionaries
|
||||
.Where(e => e.Source is not null)
|
||||
.Any(
|
||||
|
||||
Reference in New Issue
Block a user