We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 78b92bd commit 67ebd31Copy full SHA for 67ebd31
1 file changed
files/usr/share/cinnamon/applets/[email protected]/applet.js
@@ -620,7 +620,7 @@ class GroupedWindowListApplet extends Applet.Applet {
620
updateTitleDisplay(titleDisplay) {
621
if (titleDisplay === TitleDisplay.None
622
|| this.state.lastTitleDisplay === TitleDisplay.None) {
623
- this.refreshCurrentWorkspace();
+ this.refreshAllWorkspaces();
624
}
625
626
this.workspaces.forEach( workspace => {
0 commit comments