mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-18 07:34:54 +00:00
workspacesView: Fix typo
We want to check for a setting, not the existence of a function. https://bugzilla.gnome.org/show_bug.cgi?id=686487
This commit is contained in:
parent
9955fbf4f8
commit
96a80f7ba0
1 changed files with 1 additions and 1 deletions
|
|
@ -928,7 +928,7 @@ const WorkspacesDisplay = new Lang.Class({
|
|||
let monitors = Main.layoutManager.monitors;
|
||||
let m = 0;
|
||||
for (let i = 0; i < monitors.length; i++) {
|
||||
if (this._workspacesOnlyOnPrimaryChanged &&
|
||||
if (this._workspacesOnlyOnPrimary &&
|
||||
i != this._primaryIndex)
|
||||
continue;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue