Skip to content

Commit f397f4f

Browse files
authored
window-list: Remove indicators for minimized and tiled windows (#12227)
1 parent 0974bc9 commit f397f4f

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

files/usr/share/cinnamon/applets/[email protected]/applet.js

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -524,12 +524,6 @@ class AppMenuButton {
524524
if (this._tooltip && this._applet.windowHover != "nothing" && this._tooltip.set_text)
525525
this._tooltip.set_text(title);
526526

527-
if (this.metaWindow.minimized) {
528-
title = "["+ title +"]";
529-
} else if (this.metaWindow.tile_mode != Meta.TileMode.NONE && this.metaWindow.tile_mode != Meta.TileMode.MAXIMIZED) {
530-
title = "|"+ title;
531-
}
532-
533527
this._label.set_text(title);
534528
}
535529

0 commit comments

Comments
 (0)