summaryrefslogtreecommitdiffstats
path: root/settings
diff options
context:
space:
mode:
Diffstat (limited to 'settings')
-rw-r--r--settings/js/apps.js5
1 files changed, 5 insertions, 0 deletions
diff --git a/settings/js/apps.js b/settings/js/apps.js
index 3078e4fda33..b6f6363a992 100644
--- a/settings/js/apps.js
+++ b/settings/js/apps.js
@@ -153,6 +153,11 @@ OC.Settings.Apps = OC.Settings.Apps || {
}
app.firstExperimental = firstExperimental;
+ if (!app.preview) {
+ app.preview = OC.imagePath('core', 'default-app-icon');
+ app.previewAsIcon = true;
+ }
+
var html = template(app);
if (selector) {
selector.html(html);