mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-17 23:24:51 +00:00
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 d6c4039f75.
This commit is contained in:
parent
efd6c17cad
commit
7fdf9b8a06
1 changed files with 0 additions and 9 deletions
|
|
@ -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();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue