resolve UI issue in module/theme creation

This commit is contained in:
sbwalker
2025-11-14 12:53:10 -05:00
parent 7a7508c4ca
commit 05993ab462
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();
} }