Skip to content

Commit

Permalink
Merge pull request #3074 from CommandPost/issue/3073-disable-openCons…
Browse files Browse the repository at this point in the history
…oleOnDockClick

Fixed: Disabling "Open Debug Console on Dock Icon Click" doesn't work
  • Loading branch information
latenitefilms committed Aug 11, 2022
2 parents 6835371 + 5fe92a0 commit 7a90215
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/plugins/core/preferences/general.lua
Expand Up @@ -108,6 +108,10 @@ local plugin = {
}

function plugin.init(deps)
--------------------------------------------------------------------------------
-- Disable Dock Icon by Default:
--------------------------------------------------------------------------------
hs.openConsoleOnDockClick(false)

--------------------------------------------------------------------------------
-- Create Dock Icon Click Callback:
Expand Down

0 comments on commit 7a90215

Please sign in to comment.