We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 89c46b0 commit 5213f3fCopy full SHA for 5213f3f
1 file changed
files/usr/share/cinnamon/applets/[email protected]/workspace.js
@@ -360,7 +360,7 @@ class Workspace {
360
&& global.workspace_manager.get_active_workspace_index()
361
!== metaWorkspace.index())) return;
362
363
- // If the window is on all workspaces or we're showing all workspaces,
+ // If the window is on all workspaces or we're showing windows in all workspaces,
364
// make sure to remove the window from all workspaces.
365
if ((metaWindow.is_on_all_workspaces() || this.state.settings.showAllWorkspaces)
366
&& !this.state.removingWindowFromWorkspaces) {
0 commit comments