We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 38ce963 commit f90012aCopy full SHA for f90012a
1 file changed
files/usr/share/cinnamon/applets/[email protected]/workspace.js
@@ -361,7 +361,7 @@ var Workspace = class Workspace {
361
&& global.workspace_manager.get_active_workspace_index()
362
!== metaWorkspace.index())) return;
363
364
- // 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,
365
// make sure to remove the window from all workspaces.
366
if ((metaWindow.is_on_all_workspaces() || this.state.settings.showAllWorkspaces)
367
&& !this.state.removingWindowFromWorkspaces) {
0 commit comments