This commit is contained in:
NicoAICP 2020-04-10 02:07:08 +02:00
parent 3ea17254f3
commit d92312a393

View file

@ -115,7 +115,7 @@
</StackPanel>
</ListViewItem>
<!--MSX-->
<ListViewItem Height="60" x:Name="MSX" IsEnabled="{Binding PathsSet}" Cursor="Hand">
<ListViewItem Height="60" x:Name="MSX" IsEnabled="{Binding PathsSet}" Cursor="Hand" ToolTip="Supports MSX and MSX2 Games">
<StackPanel Orientation="Horizontal">
<Image Source="/UI/Images/msx.png"></Image>
<TextBlock Text="MSX VC Inject" VerticalAlignment="Center" Margin="20 10"/>