Skip to content

Commit 81fe809

Browse files
committed
removed unecessary comment
1 parent ffd2d73 commit 81fe809

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
@@ -130,7 +130,7 @@ public Brush SignOutButtonForeground
130130
return brush;
131131
}
132132

133-
return null; // Return null if the brush is not found
133+
return null;
134134
}
135135

136136
public TrayWindowViewModel(IServiceProvider services, IRpcController rpcController,

0 commit comments

Comments
 (0)