Skip to content

Commit 40290df

Browse files
committed
Hid test button.
1 parent 6a25876 commit 40290df

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

PhpVHGui/Window1.xaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@
180180
<!-- Toolstrip -->
181181
<StackPanel Grid.Row="3" Grid.Column="1"
182182
Orientation="Horizontal" VerticalAlignment="Bottom" HorizontalAlignment="Right">
183-
<Button Content="Test" Click="TestButton_Click" />
183+
<!--<Button Content="Test" Click="TestButton_Click" />-->
184184
<Button Content="Repair" Click="RepairButton_Click" />
185185
<Button Content="Scan" Click="StartButton_Click" />
186186
</StackPanel>

PhpVHGui/Window1.xaml.cs

+1
Original file line numberDiff line numberDiff line change
@@ -252,6 +252,7 @@ private void RunPhpvh(string extraArgs = "", bool exit = false)
252252
catch (Win32Exception ex)
253253
{
254254
ShowStartError(ex);
255+
IsEnabled = true;
255256

256257
return;
257258
}

0 commit comments

Comments
 (0)