GUI: Add "Not a decompiler" dialog on startup

This commit is contained in:
Katy Coe
2020-02-24 10:06:18 +01:00
parent 3f72ff38c2
commit a4f5b5ac5c
6 changed files with 111 additions and 1 deletions

View File

@@ -0,0 +1,9 @@
<?xml version='1.0' encoding='utf-8'?>
<SettingsFile xmlns="http://schemas.microsoft.com/VisualStudio/2004/01/settings" CurrentProfile="(Default)" GeneratedClassNamespace="Il2CppInspector.GUI" GeneratedClassName="User">
<Profiles />
<Settings>
<Setting Name="ShowDecompilerWarning" Type="System.Boolean" Scope="User">
<Value Profile="(Default)">True</Value>
</Setting>
</Settings>
</SettingsFile>