Update tooltips/labels for controversial options

This commit is contained in:
Matt Nadareski
2025-05-30 12:48:23 -04:00
parent 529ada1b8b
commit 7f7416c053
2 changed files with 4 additions and 3 deletions

View File

@@ -4,6 +4,7 @@
- Update RedumpLib to 1.6.7
- Update redumper, DriveType option, SS sanity check
- Fix issues with last commit
- Update tooltips/labels for controversial options
### 3.3.1 (2025-05-23)

View File

@@ -200,7 +200,7 @@
<CheckBox VerticalAlignment="Center" Content="Pull All Information"
IsChecked="{Binding Options.PullAllInformation}"
ToolTip="Enable pulling all comment and content data after dumping" Margin="0,4"
ToolTip="Instead of pulling a safe subset of data after dumping, enable pulling all comment and content data" Margin="0,4"
/>
<CheckBox VerticalAlignment="Center" Content="Enable Tab Input"
@@ -233,9 +233,9 @@
ToolTip="Enable outputting a compressed JSON version of the submission info" Margin="0,4"
/>
<CheckBox VerticalAlignment="Center" Content="Include Artifacts"
<CheckBox VerticalAlignment="Center" Content="[DEBUG] Include Artifacts"
IsChecked="{Binding Options.IncludeArtifacts}" IsEnabled="{Binding Options.OutputSubmissionJSON}"
ToolTip="Include log files in serialized JSON data"
ToolTip="Include log files in serialized JSON data [NOT RECOMMENDED TO USE]"
ToolTipService.ShowOnDisabled="True" Margin="0,4"
/>