Skip to content

Commit

Permalink
fix for issure STARIONGROUP#67
Browse files Browse the repository at this point in the history
  • Loading branch information
ifonsoe committed Feb 15, 2022
1 parent f51e115 commit b4b6b56
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ public StatusBarMessageSeverity Severity
/// <summary>
/// Gets or sets the command that opens the user setting dialog
/// </summary>
public ReactiveCommand<object> UserSettingCommand { get; private set; }
public ReactiveCommand<object> UserSettingCommand { get; protected set; }

/// <summary>
/// Initializes a new <see cref="StatusBarControlViewModel"/>
Expand Down

1 comment on commit b4b6b56

@alexatstariongroup
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I've made a PR on the original repo, as the CI seems to have an issue with forked repositories: STARIONGROUP#70

Please sign in to comment.