Skip to content

Commit

Permalink
Show refresh button
Browse files Browse the repository at this point in the history
  • Loading branch information
Florian Meier authored and Rottenbeer committed Aug 4, 2019
1 parent 729e1a9 commit f6e2078
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion LarkatorGUI/MainWindow.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -407,7 +407,7 @@
<fa:ImageAwesome Icon="Remove" Height="30" Width="30" Margin="8" Foreground="#88FFFF00" ToolTip="Remove user settings &amp; exit" MouseDown="Dev_RemoveSettings_Click"/>
</StackPanel>
<fa:ImageAwesome Icon="cogs" Width="30" Height="30" Margin="8" Foreground="#44ffffff" ToolTip="Settings" MouseDown="Settings_Click"/>
<fa:ImageAwesome Icon="refresh" Width="30" Height="30" Margin="8" Foreground="#44ffffff" ToolTip="Refresh" Visibility="Hidden" MouseDown="Refresh_Click"/>
<fa:ImageAwesome Icon="refresh" Width="30" Height="30" Margin="8" Foreground="#44ffffff" ToolTip="Refresh" MouseDown="Refresh_Click"/>
</StackPanel>
</Grid>
</Grid>
Expand Down
2 changes: 1 addition & 1 deletion LarkatorGUI/MainWindow.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -836,7 +836,7 @@ private async Task PerformConversion()
{
StatusText = "ARK processing failed";
StatusDetailText = "";
MessageBox.Show(ex.Message, "ARK Tools Error", MessageBoxButton.OK, MessageBoxImage.Exclamation);
//MessageBox.Show(ex.Message, "ARK Tools Error", MessageBoxButton.OK, MessageBoxImage.Exclamation);
}
finally
{
Expand Down

0 comments on commit f6e2078

Please sign in to comment.