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 aceebe6 commit e8eb2f7Copy full SHA for e8eb2f7
RetailCoder.VBE/Navigation/CodeExplorer/CodeExplorerViewModel.cs
@@ -102,7 +102,8 @@ public CodeExplorerItemViewModel SelectedItem
102
OnPropertyChanged("CanExecuteIndenterCommand");
103
OnPropertyChanged("CanExecuteRenameCommand");
104
OnPropertyChanged("CanExecuteFindAllReferencesCommand");
105
- OnPropertyChanged("CanExecuteExportAllCommand");
+ OnPropertyChanged("ExportVisibility");
106
+ OnPropertyChanged("ExportAllVisibility");
107
OnPropertyChanged("PanelTitle");
108
OnPropertyChanged("Description");
109
0 commit comments