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 174bc61 commit d919cb5Copy full SHA for d919cb5
RetailCoder.VBE/UI/SourceControl/SourceControlViewViewModel.cs
@@ -60,7 +60,7 @@ public SourceControlViewViewModel(
60
_initRepoCommand = new DelegateCommand(_ => InitRepo());
61
_openRepoCommand = new DelegateCommand(_ => OpenRepo());
62
_cloneRepoCommand = new DelegateCommand(_ => ShowCloneRepoGrid());
63
- _refreshCommand = new DelegateCommand(_ => Refresh(), _ => _state.IsDirty());
+ _refreshCommand = new DelegateCommand(_ => Refresh());
64
_dismissErrorMessageCommand = new DelegateCommand(_ => DismissErrorMessage());
65
_showFilePickerCommand = new DelegateCommand(_ => ShowFilePicker());
66
_loginGridOkCommand = new DelegateCommand(_ => CloseLoginGrid(), text => !string.IsNullOrEmpty((string)text));
0 commit comments