aboutsummaryrefslogtreecommitdiffstats
path: root/src/js/apps.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/js/apps.js')
-rw-r--r--src/js/apps.js6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/js/apps.js b/src/js/apps.js
index b9829ad..877b646 100644
--- a/src/js/apps.js
+++ b/src/js/apps.js
@@ -26,6 +26,12 @@ function load_application_list() {
name: internalApp.name,
icon: app.icon
});
+
+ if( app.id === configjson.launch ) {
+ afmMain.start(internalApp.id).then(function(result) {
+ console.log("success: " + result);
+ });
+ }
}
});