Skip to content

Commit

Permalink
Merge pull request #2014 from taoky/master
Browse files Browse the repository at this point in the history
intellihide: add dropdown menu to handled window types

Closes: #1887
  • Loading branch information
vanvugt authored May 29, 2023
2 parents 9231955 + 8a88bd4 commit 810c1a5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions intellihide.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ const handledWindowTypes = [
Meta.WindowType.MENU,
Meta.WindowType.UTILITY,
Meta.WindowType.SPLASHSCREEN,
Meta.WindowType.DROPDOWN_MENU,
];

// List of applications, ignore windows of these applications in considering intellihide
Expand Down

0 comments on commit 810c1a5

Please sign in to comment.