diff --git a/js/ui/appDisplay.js b/js/ui/appDisplay.js index 61dd7ae43..2dcf866e4 100644 --- a/js/ui/appDisplay.js +++ b/js/ui/appDisplay.js @@ -923,6 +923,8 @@ var AllView = GObject.registerClass({ newFolderSettings.set_strv('apps', apps); newFolderSettings.apply(); + this.selectApp(newFolderId); + return true; } });