Set app type for all apps not just links
This commit is contained in:
@@ -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;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user