Skip to content

Commit

Permalink
Add tooltips
Browse files Browse the repository at this point in the history
  • Loading branch information
tylercamp committed May 26, 2024
1 parent 1583e99 commit a4a7915
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions PalCalc.UI/View/SaveSelectorView.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -76,10 +76,10 @@
</StackPanel>

<StackPanel Orientation="Horizontal" Margin="0,15,0,0">
<Button Margin="0,0,5,0" Command="{Binding ExportSaveCommand}">
<Button Margin="0,0,5,0" Command="{Binding ExportSaveCommand}" ToolTip="Exports all known Palworld files for the selected save as a ZIP.">
Export Save
</Button>
<Button Command="{Binding ExportCrashLogCommand}">
<Button Command="{Binding ExportCrashLogCommand}" ToolTip="Exports recently-referenced save files, cache data, and settings as a ZIP.">
Export Crash Log
</Button>
</StackPanel>
Expand Down

0 comments on commit a4a7915

Please sign in to comment.