Skip to content

Commit

Permalink
disabled jump bridge search until the api is fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
BitBaboonSteve committed Oct 12, 2022
1 parent d39520a commit 74c0c73
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions SMT/MainWindow.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -235,11 +235,11 @@
<RowDefinition Height="25" />
<RowDefinition Height="*" />
</Grid.RowDefinitions>
<StackPanel Grid.Row="0" Orientation="Horizontal" Margin="2">
<StackPanel Grid.Row="0" Orientation="Horizontal" Margin="2" IsEnabled="false">
<Label Content="Gate SearchFilter : " />
<TextBox x:Name="GateSearchFilter" Text=" » " Width="167" />
</StackPanel>
<Button x:Name="ImportJumpGatesBtn" Content="Find Gates" Click="FindJumpGatesBtn_Click" Margin="2" Grid.Row="1" />
<Button x:Name="ImportJumpGatesBtn" Content="Find Gates" Click="FindJumpGatesBtn_Click" Margin="2" Grid.Row="1" IsEnabled="false" />
<Button x:Name="ClearJumpGatesBtn" Content="Clear Gates" Click="ClearJumpGatesBtn_Click" Margin="2" Grid.Row="2" />
<Button x:Name="ImportPasteJumpGatesBtn" Content="Import from Clipboard" Click="ImportPasteJumpGatesBtn_Click" Margin="2" Grid.Row="3" />
<Button x:Name="ExportJumpGatesBtn" Content="Export Jump Bridges" Click="ExportJumpGatesBtn_Click" Margin="2" Grid.Row="4" />
Expand Down

0 comments on commit 74c0c73

Please sign in to comment.