Skip to content

Commit 15e6754

Browse files
committed
Fix code comments
1 parent 7800540 commit 15e6754

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Flow.Launcher/PublicAPIInstance.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ public class PublicAPIInstance : IPublicAPI, IRemovable
4040
private readonly Settings _settings;
4141
private readonly MainViewModel _mainVM;
4242

43-
// Must use getter to access Application.Current.Resources.MergedDictionaries so earlier
43+
// Must use getter to avoid accessing Application.Current.Resources.MergedDictionaries so earlier in theme constructor
4444
private Theme _theme;
4545
private Theme Theme => _theme ??= Ioc.Default.GetRequiredService<Theme>();
4646

0 commit comments

Comments
 (0)