Create ability to launch connecting to use using 'test' launch param
This commit is contained in:
@@ -172,6 +172,11 @@
|
||||
<ProgressBar Margin="8"
|
||||
Value="{Binding UpdateProgress}" />
|
||||
</StackPanel>
|
||||
<Label DockPanel.Dock="Top"
|
||||
Margin="8"
|
||||
HorizontalAlignment="Center"
|
||||
Content="CONNECTED TO TEST"
|
||||
Visibility="{Binding TestMode, Converter={StaticResource BooleanToVisibilityConverter}}" />
|
||||
</StackPanel>
|
||||
<Grid>
|
||||
<Grid.RowDefinitions>
|
||||
|
||||
Reference in New Issue
Block a user