Add warning to tooltip

This commit is contained in:
Matt Nadareski
2022-04-10 22:27:05 -07:00
parent dbeeb0c69b
commit 79c7f13ff9
2 changed files with 2 additions and 1 deletions

View File

@@ -47,6 +47,7 @@
- Convert status label to TextBlock
- Add option for copy protection file output
- Make protection field user-editable
- Add warning to tooltip
### 2.3 (2022-02-05)
- Start overhauling Redump information pulling, again

View File

@@ -165,7 +165,7 @@
Text="{Binding SubmissionInfo.CommonDiscInfo.Comments, Mode=TwoWay}" TextHeight="50"
Enter="True" TextWrapping="Wrap" VerticalContentAlignmentValue="Top" />
<controls:UserInput x:Name="GenreTextBox" Label="Genre"/>
<controls:UserInput x:Name="ProtectionTextBox" Label="Protection"
<controls:UserInput x:Name="ProtectionTextBox" Label="Protection" ToolTip="CAUTION: Only edit if you know what you are doing!"
Text="{Binding SubmissionInfo.CopyProtection.Protection, Mode=TwoWay}" TextHeight="75" TextWrapping="Wrap"
VerticalContentAlignmentValue="Top" HorizontalScrollBarVisibility="Auto" VerticalScrollBarVisibility="Auto"/>
<Grid>