mirror of
https://github.com/Leonmmcoset/CMLeonOS.git
synced 2026-03-03 11:37:01 +00:00
AWA
This commit is contained in:
@@ -29,6 +29,11 @@ namespace CMLeonOS.Commands.Utility
|
||||
{
|
||||
embeddedApps["testspeed.lua"] = LuaApps.testspeed;
|
||||
}
|
||||
|
||||
if (LuaApps.calculator != null && LuaApps.calculator.Length > 0)
|
||||
{
|
||||
embeddedApps["calculator.lua"] = LuaApps.calculator;
|
||||
}
|
||||
}
|
||||
catch (Exception ex)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user