Skip to content

Commit

Permalink
fix: make quest attempts function asynchronous
Browse files Browse the repository at this point in the history
  • Loading branch information
DorielRivalet committed Feb 24, 2023
1 parent 70e539e commit 5737177
Show file tree
Hide file tree
Showing 6 changed files with 371 additions and 167 deletions.
2 changes: 1 addition & 1 deletion MHFZ_Overlay/ConfigWindow.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@
<StackPanel Grid.Row="0" Grid.Column="1" Grid.ColumnSpan="2" Orientation="Vertical" Margin="5">
<StackPanel Orientation="Horizontal">
<!--TODO: add the refresh button to the other sections-->
<Button Background="Transparent" BorderThickness="0" ToolTip="Refresh" Content="{Binding Converter={StaticResource XamlIconToViewBoxConverter },ConverterParameter='UI/Icons/Refresh.xaml'}" Click="RefreshButton_Click" Width="80" Style="{StaticResource ConfigBottomButtons}" Height="80"/>
<Button Background="Transparent" BorderThickness="0" ToolTip="Refresh" Content="{Binding Converter={StaticResource XamlIconToViewBoxConverter },ConverterParameter='UI/Icons/Refresh.xaml'}" Click="RefreshButton_Click" Width="32" Style="{StaticResource ConfigBottomButtons}" Height="32"/>

<ComboBox Margin="5,0,0,0" Width="300" Height="Auto" SelectedIndex="0" HorizontalAlignment="Left" FontSize="16" SelectionChanged="PersonalBestTypeComboBox_SelectionChanged">
<ComboBoxItem>(Quest ID) Personal Best by Date</ComboBoxItem>
Expand Down
Loading

0 comments on commit 5737177

Please sign in to comment.