aboutsummaryrefslogtreecommitdiffstats
path: root/settings
diff options
context:
space:
mode:
Diffstat (limited to 'settings')
-rw-r--r--settings/img/apps.svg5
-rw-r--r--settings/js/apps.js6
2 files changed, 5 insertions, 6 deletions
diff --git a/settings/img/apps.svg b/settings/img/apps.svg
index d1509ea3a37..b6e545799a3 100644
--- a/settings/img/apps.svg
+++ b/settings/img/apps.svg
@@ -1 +1,4 @@
-<svg xmlns="http://www.w3.org/2000/svg" height="32" width="32" version="1"><path d="M14 6v8H6v4h8v8h4v-8h8v-4h-8V6h-4z" fill="#FFF"/></svg> \ No newline at end of file
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<svg xmlns="http://www.w3.org/2000/svg" height="16" width="16" version="1">
+ <path d="m7 2v5h-5v2h5v5h2v-5h5v-2h-5v-5z"/>
+</svg>
diff --git a/settings/js/apps.js b/settings/js/apps.js
index d2f26578a7c..253cc7b1eaf 100644
--- a/settings/js/apps.js
+++ b/settings/js/apps.js
@@ -537,14 +537,10 @@ OC.Settings.Apps = OC.Settings.Apps || {
}
}
-
-
- if (navEntries.length > 7) {
+ if (navEntries.length > 8) {
$('#more-apps').show();
- $('.apps-management').hide();
} else {
$('#more-apps').hide();
- $('.apps-management').show();
}
}
});