Set app type for all apps not just links

This commit is contained in:
Johannes Zellner
2022-09-08 23:37:20 +02:00
parent 6125ddf51e
commit ef66e9af51

View File

@@ -2227,6 +2227,8 @@ angular.module('Application').service('Client', ['$http', '$interval', '$timeout
app.manifest.postInstallMessage = text;
}
app.type = app.manifest.id === 'io.cloudron.builtin.appproxy' ? APP_TYPES.PROXIED : APP_TYPES.APP;
return app;
};