mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-07-02 10:38:16 +00:00
fix: correct UserInterfaces type and initialize TouchpanelWrapperApp in VersionData constructor
This commit is contained in:
parent
1b2f86eb43
commit
4403e91b79
1 changed files with 2 additions and 1 deletions
|
|
@ -125,7 +125,8 @@ public class VersionData
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public VersionData()
|
public VersionData()
|
||||||
{
|
{
|
||||||
UserInterfaces = new List<UserInterfaces>();
|
UserInterfaces = new List<AppVersion>();
|
||||||
|
TouchpanelWrapperApp = new AppVersion();
|
||||||
Packages = new List<NugetVersion>();
|
Packages = new List<NugetVersion>();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue