updated header text and tests for PowerRename (#2607)

This commit is contained in:
Lavius Motileng
2020-05-05 14:28:44 -07:00
committed by GitHub
parent 462c17a0c3
commit c2adf56b2f
9 changed files with 204 additions and 11 deletions

View File

@@ -75,7 +75,7 @@ namespace Microsoft.PowerToys.Settings.UI.ViewModels
ShellPage.DefaultSndMSGCallback(snd.ToString());
_powerRenameEnabled = value;
RaisePropertyChanged();
OnPropertyChanged("IsEnabled");
}
}
}