Skip to content

Commit 1a48f0d

Browse files
authored
Merge pull request #12810 from claudiux/[email protected]_Fixes#12809
[email protected]: Workspaces will be always displayed as empty when they are
2 parents 1eed8da + 7233832 commit 1a48f0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -266,8 +266,8 @@ class SimpleButton extends WorkspaceButton {
266266
}
267267
else {
268268
this.actor.remove_style_pseudo_class('outlined');
269-
this.update();
270269
}
270+
this.update();
271271
}
272272

273273
shade(used) {

0 commit comments

Comments
 (0)