From 7fdf9b8a0649c1a1734cd29cf5d912b646033d38 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20M=C3=BCllner?= Date: Mon, 6 Mar 2023 00:48:57 +0100 Subject: [PATCH] Revert "status/backgroundApps: Add section title" Unfortunately we did not get approval for the string freeze request, so we have to bail out of the change again. This reverts commit d6c4039f75947717f187a87cd03374d0082fed50. --- js/ui/status/backgroundApps.js | 9 --------- 1 file changed, 9 deletions(-) diff --git a/js/ui/status/backgroundApps.js b/js/ui/status/backgroundApps.js index 49878c134..606fa3348 100644 --- a/js/ui/status/backgroundApps.js +++ b/js/ui/status/backgroundApps.js @@ -146,14 +146,6 @@ class BackgroundAppsToggle extends QuickToggle { null, Gio.DBusProxyFlags.DO_NOT_AUTO_START); - this._listTitle = new PopupMenu.PopupMenuItem( - _('Apps known to be running without a window'), - {reactive: false}); - this._listTitle.label.clutter_text.set({ - line_wrap: true, - }); - this.menu.addMenuItem(this._listTitle); - this._appsSection = new PopupMenu.PopupMenuSection(); this.menu.addMenuItem(this._appsSection); @@ -191,7 +183,6 @@ class BackgroundAppsToggle extends QuickToggle { '%d Background App', '%d Background Apps', nBackgroundApps).format(nBackgroundApps); - this._listTitle.visible = nBackgroundApps > 0; this._appsSection.removeAll();