More work on apps

This commit is contained in:
Kode
2022-03-16 18:35:40 +00:00
parent f5bce95808
commit becbe5ab96
15 changed files with 689 additions and 22 deletions

View File

@@ -153,7 +153,7 @@ abstract class SupportedApps
$app->icon = 'icons/'.$details->icon;
$app->website = $details->website;
$app->license = $details->license;
$app->description = $details->description;
$app->appdescription = $details->description;
$appclass = $app->class();
$application = new $appclass;