File tree Expand file tree Collapse file tree 1 file changed +1
-14
lines changed
files/usr/share/cinnamon/applets/grouped-window-list@cinnamon.org Expand file tree Collapse file tree 1 file changed +1
-14
lines changed Original file line number Diff line number Diff line change @@ -618,21 +618,8 @@ class GroupedWindowListApplet extends Applet.Applet {
618618 }
619619
620620 updateTitleDisplay ( titleDisplay ) {
621- if ( titleDisplay === TitleDisplay . None
622- || this . state . lastTitleDisplay === TitleDisplay . None ) {
623- this . refreshCurrentWorkspace ( ) ;
624- }
625-
626- this . workspaces . forEach ( workspace => {
627- workspace . appGroups . forEach ( appGroup => {
628- if ( titleDisplay === TitleDisplay . Focused ) {
629- appGroup . hideLabel ( ) ;
630- }
631- appGroup . handleTitleDisplayChange ( ) ;
632- } ) ;
633- } ) ;
634-
635621 this . state . set ( { lastTitleDisplay : titleDisplay } ) ;
622+ this . refreshAllWorkspaces ( ) ;
636623 }
637624
638625 getAppFromWindow ( metaWindow ) {
You can’t perform that action at this time.
0 commit comments