GUI: Plugin configuration is retained between sessions
This commit is contained in:
12
Il2CppInspector.GUI/User.Designer.cs
generated
12
Il2CppInspector.GUI/User.Designer.cs
generated
@@ -46,5 +46,17 @@ namespace Il2CppInspector.GUI {
|
||||
this["UpgradeRequired"] = value;
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Configuration.UserScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("")]
|
||||
public string PluginsState {
|
||||
get {
|
||||
return ((string)(this["PluginsState"]));
|
||||
}
|
||||
set {
|
||||
this["PluginsState"] = value;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user