Add issue reporting warning to intro page

This commit is contained in:
Nikolay Kuznetsov 2021-05-17 22:51:16 +02:00
parent 5b4a6a9c1b
commit 3cebca05b6
2 changed files with 15 additions and 2 deletions

View file

@ -62,6 +62,10 @@
<Bold>not</Bold> VRChat's fault.
<LineBreak/> They are not trying to kill mods. Most likely.
</Span>
<Span x:Key="Intro:ReportIssuesNoMods">
If you want to report an issue with the game to VRChat Team, <Bold>make sure the issue is not caused by mods.</Bold>
<LineBreak />To do so, remove all mods and/or MelonLoader and check if the issue still happens.
</Span>
<Span x:Key="Intro:ReviewsRustySpoon">
If I keep seeing people complain to the devs
<Italic>because</Italic> mods broke,

View file

@ -24,6 +24,7 @@
<RowDefinition Height="auto" />
<RowDefinition Height="auto" />
<RowDefinition Height="auto" />
<RowDefinition Height="auto" />
</Grid.RowDefinitions>
@ -100,7 +101,7 @@
Margin="0,5"
FontSize="16"
TextWrapping="Wrap">
<StaticResource ResourceKey="Intro:ReviewsRustySpoon" />
<StaticResource ResourceKey="Intro:ReportIssuesNoMods" />
</TextBlock>
<TextBlock
@ -108,11 +109,19 @@
Margin="0,5"
FontSize="16"
TextWrapping="Wrap">
<StaticResource ResourceKey="Intro:ReviewsRustySpoon" />
</TextBlock>
<TextBlock
Grid.Row="11"
Margin="0,5"
FontSize="16"
TextWrapping="Wrap">
<StaticResource ResourceKey="Intro:WikiGuide" />
</TextBlock>
<StackPanel
Grid.Row="11"
Grid.Row="12"
Margin="10"
HorizontalAlignment="Center"
VerticalAlignment="Center"