Skip to content

Commit

Permalink
Consider quicksettings sub grabs in intellihide
Browse files Browse the repository at this point in the history
  • Loading branch information
charlesg99 committed Sep 23, 2022
1 parent d9cea7f commit ec9b267
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion intellihide.js
Original file line number Diff line number Diff line change
Expand Up @@ -350,7 +350,7 @@ var Intellihide = class {

isGrab = sourceActor &&
(sourceActor == Main.layoutManager.dummyCursor ||
sourceActor.has_style_class_name('panel-menu') ||
this._dtpPanel.statusArea.quickSettings?.menu.actor.contains(sourceActor) ||
this._dtpPanel.panel.contains(sourceActor))
}

Expand Down

0 comments on commit ec9b267

Please sign in to comment.