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 3ae781a commit 1433fbdCopy full SHA for 1433fbd
App/ViewModels/TrayWindowViewModel.cs
@@ -30,7 +30,6 @@ public partial class TrayWindowViewModel : ObservableObject
30
[NotifyPropertyChangedFor(nameof(ShowWorkspacesHeader))]
31
[NotifyPropertyChangedFor(nameof(ShowNoAgentsSection))]
32
[NotifyPropertyChangedFor(nameof(ShowAgentsSection))]
33
- [NotifyPropertyChangedFor(nameof(ShowFailedSection))]
34
public partial VpnLifecycle VpnLifecycle { get; set; } = VpnLifecycle.Unknown;
35
36
// This is a separate property because we need the switch to be 2-way.
0 commit comments