diff --git a/settings/js/apps.js b/settings/js/apps.js
index 0540d9b1c58227d9d12e151766678101d93b0441..66606afad800c42bb79783704ddfc2632fc1ff5b 100644
--- a/settings/js/apps.js
+++ b/settings/js/apps.js
@@ -152,7 +152,8 @@ OC.Settings.Apps = OC.Settings.Apps || {
 						a.prepend(filename);
 						a.prepend(img);
 						li.append(a);
-						container.append(li);
+						// prepend the new app before the 'More apps' function
+						$('#apps-management').before(li);
 						if (!SVGSupport() && entry.icon.match(/\.svg$/i)) {
 							$(img).addClass('svg');
 							replaceSVG();