(GUI): added troubleshooting dialog.

This commit is contained in:
morkt
2018-01-16 12:03:23 +04:00
parent 1ec6e38e71
commit 5e0240e176
7 changed files with 179 additions and 1 deletions

View File

@@ -6,6 +6,7 @@
ShutdownMode="OnMainWindowClose" Exit="ApplicationExit">
<Application.Resources>
<sys:Uri x:Key="DevLink">https://github.com/morkt/GARbro#readme</sys:Uri>
<sys:Uri x:Key="DevIssuesLink">https://github.com/morkt/GARbro/issues</sys:Uri>
<sys:Uri x:Key="UpdateUrl">https://morkt.github.io/GARbro/version.xml</sys:Uri>
<BitmapImage x:Key="IconSearch" UriSource="pack://application:,,,/Images/search4files.ico" />
</Application.Resources>