Skip to content
This repository has been archived by the owner on Sep 30, 2024. It is now read-only.

Commit

Permalink
Added osu! search support
Browse files Browse the repository at this point in the history
  • Loading branch information
Suprnova committed Sep 8, 2020
1 parent 4b6774c commit 9002b33
Show file tree
Hide file tree
Showing 3 changed files with 346 additions and 67 deletions.
5 changes: 5 additions & 0 deletions MainWindow.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,11 @@
<TextBlock Name="gcsearch" FontSize="14">GROOVE COASTER</TextBlock>
</StackPanel>
</ComboBoxItem>
<ComboBoxItem>
<StackPanel>
<TextBlock Name="osusearch" FontSize="14">osu!</TextBlock>
</StackPanel>
</ComboBoxItem>
</ComboBox>
<Label Content="Songs directory:" HorizontalAlignment="Left" Margin="163,10,0,0" VerticalAlignment="Top" Grid.Column="1" FontSize="14" Height="29" Width="109"/>
<TextBox Grid.Column="1" HorizontalAlignment="Left" Height="25" Margin="296,10,0,0" Text="" TextWrapping="NoWrap" VerticalAlignment="Top" Width="236" FontSize="14" Name="dir"/>
Expand Down
Loading

0 comments on commit 9002b33

Please sign in to comment.