We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0974bc9 commit f397f4fCopy full SHA for f397f4f
files/usr/share/cinnamon/applets/[email protected]/applet.js
@@ -524,12 +524,6 @@ class AppMenuButton {
524
if (this._tooltip && this._applet.windowHover != "nothing" && this._tooltip.set_text)
525
this._tooltip.set_text(title);
526
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
-
533
this._label.set_text(title);
534
}
535
0 commit comments