Skip to content

Commit f90012a

Browse files
committed
gwl: Clarify comment
1 parent 38ce963 commit f90012a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -361,7 +361,7 @@ var Workspace = class Workspace {
361361
&& global.workspace_manager.get_active_workspace_index()
362362
!== metaWorkspace.index())) return;
363363

364-
// If the window is on all workspaces or we're showing all workspaces,
364+
// If the window is on all workspaces or we're showing windows in all workspaces,
365365
// make sure to remove the window from all workspaces.
366366
if ((metaWindow.is_on_all_workspaces() || this.state.settings.showAllWorkspaces)
367367
&& !this.state.removingWindowFromWorkspaces) {

0 commit comments

Comments
 (0)