Skip to content

Commit af81895

Browse files
committed
removed unecessary comment
1 parent 47098ce commit af81895

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

App/ViewModels/TrayWindowViewModel.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ public Brush SignOutButtonForeground
115115
return brush;
116116
}
117117

118-
return null; // Return null if the brush is not found
118+
return null;
119119
}
120120

121121
public TrayWindowViewModel(IServiceProvider services, IRpcController rpcController,

0 commit comments

Comments
 (0)