Merge pull request #5812 from sbwalker/dev

resolve UI issue in module/theme creation
This commit is contained in:
Shaun Walker
2025-11-14 12:53:25 -05:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@@ -178,7 +178,7 @@
else else
{ {
_minversion = "2.0.0"; _minversion = "2.0.0";
_type = "External"; _type = "-";
} }
GetLocation(); GetLocation();
} }

View File

@@ -144,7 +144,7 @@
else else
{ {
_minversion = "2.0.0"; _minversion = "2.0.0";
_type = "External"; _type = "-";
} }
GetLocation(); GetLocation();
} }