Skip to content

Commit 67ebd31

Browse files
committed
Refresh all workspaces when the title display setting is changed
1 parent 78b92bd commit 67ebd31

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -620,7 +620,7 @@ class GroupedWindowListApplet extends Applet.Applet {
620620
updateTitleDisplay(titleDisplay) {
621621
if (titleDisplay === TitleDisplay.None
622622
|| this.state.lastTitleDisplay === TitleDisplay.None) {
623-
this.refreshCurrentWorkspace();
623+
this.refreshAllWorkspaces();
624624
}
625625

626626
this.workspaces.forEach( workspace => {

0 commit comments

Comments
 (0)