Merge pull request #860 from github/fixes/783-disable-publish-view-during-publish

Disable publish view during publish.
This commit is contained in:
Jasmine Greenaway 2017-02-21 12:14:58 -05:00 коммит произвёл GitHub
Родитель 7a899ba02f 45ec286f24
Коммит c22b5bdafe
1 изменённых файлов: 2 добавлений и 1 удалений

Просмотреть файл

@ -15,7 +15,8 @@
d:DesignWidth="414"
Background="{DynamicResource GitHubVsToolWindowBackground}"
d:DataContext="{d:DesignInstance Type=sampleData:RepositoryPublishViewModelDesigner, IsDesignTimeCreatable=True}"
mc:Ignorable="d">
mc:Ignorable="d"
IsEnabled="{Binding IsPublishing, Converter={ui:InverseBooleanConverter}}">
<UserControl.Resources>
<ResourceDictionary>