We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7800540 commit 15e6754Copy full SHA for 15e6754
Flow.Launcher/PublicAPIInstance.cs
@@ -40,7 +40,7 @@ public class PublicAPIInstance : IPublicAPI, IRemovable
40
private readonly Settings _settings;
41
private readonly MainViewModel _mainVM;
42
43
- // Must use getter to access Application.Current.Resources.MergedDictionaries so earlier
+ // Must use getter to avoid accessing Application.Current.Resources.MergedDictionaries so earlier in theme constructor
44
private Theme _theme;
45
private Theme Theme => _theme ??= Ioc.Default.GetRequiredService<Theme>();
46
0 commit comments