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

Commit

Permalink
Add maimai JP and Chunithm International searching support
Browse files Browse the repository at this point in the history
  • Loading branch information
Suprnova committed Jan 3, 2021
1 parent a114e16 commit 49bb358
Show file tree
Hide file tree
Showing 3 changed files with 218 additions and 101 deletions.
14 changes: 12 additions & 2 deletions MainWindow.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,12 @@
</ComboBoxItem>
<ComboBoxItem>
<StackPanel>
<TextBlock x:Name="maimai" FontSize="14"><Run Text="maimai"/></TextBlock>
<TextBlock x:Name="maimai" FontSize="14"><Run Text="maimai Japan"/></TextBlock>
</StackPanel>
</ComboBoxItem>
<ComboBoxItem>
<StackPanel>
<TextBlock x:Name="maimaiInt" FontSize="14"><Run Text="maimai International"/></TextBlock>
</StackPanel>
</ComboBoxItem>
<ComboBoxItem>
Expand Down Expand Up @@ -94,7 +99,12 @@
</ComboBoxItem>
<ComboBoxItem>
<StackPanel>
<TextBlock x:Name="chunithmsearch" FontSize="14"><Run Text="Chungithm"/></TextBlock>
<TextBlock x:Name="chunithmsearch" FontSize="14"><Run Text="Chunithm Japan"/></TextBlock>
</StackPanel>
</ComboBoxItem>
<ComboBoxItem>
<StackPanel>
<TextBlock x:Name="chunithmsearchInt" FontSize="14"><Run Text="Chunithm International"/></TextBlock>
</StackPanel>
</ComboBoxItem>
<ComboBoxItem>
Expand Down
Loading

0 comments on commit 49bb358

Please sign in to comment.