8000 Remove property notifier for ShowFailedSection on VpnLifecycle · coder/coder-desktop-windows@1433fbd · GitHub
[go: up one dir, main page]

Skip to content

Commit 1433fbd

Browse files
authored
Remove property notifier for ShowFailedSection on VpnLifecycle
1 parent 3ae781a commit 1433fbd

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

App/ViewModels/TrayWindowViewModel.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ public partial class TrayWindowViewModel : ObservableObject
3030
[NotifyPropertyChangedFor(nameof(ShowWorkspacesHeader))]
3131
[NotifyPropertyChangedFor(nameof(ShowNoAgentsSection))]
3232
[NotifyPropertyChangedFor(nameof(ShowAgentsSection))]
33-
[NotifyPropertyChangedFor(nameof(ShowFailedSection))]
3433
public partial VpnLifecycle VpnLifecycle { get; set; } = VpnLifecycle.Unknown;
3534

3635
// This is a separate property because we need the switch to be 2-way.

0 commit comments

Comments
 (0)
0