Auto stash before checking out "HEAD"

This commit is contained in:
shinichi
2020-10-19 12:07:00 +02:00
parent 31be096b94
commit 4a238d9207
3 changed files with 5 additions and 3 deletions

View File

@@ -11,7 +11,7 @@
<TabControl TabStripPlacement="Left" ItemsSource="{Binding Tabs}" SelectedItem="{Binding Selected}">
<TabControl.ItemTemplate>
<DataTemplate>
<TextBlock Text="{Binding Username}"/>
<TextBlock Text="{Binding PatientInfo.Username}"/>
</DataTemplate>
</TabControl.ItemTemplate>
<TabControl.ContentTemplate>