Skip to content

Commit

Permalink
Fixed: Disabling "Open Debug Console on Dock Icon Click" doesn't work
Browse files Browse the repository at this point in the history
- Closes #3073
  • Loading branch information
latenitefilms committed Aug 11, 2022
1 parent 6835371 commit 5fe92a0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/plugins/core/preferences/general.lua
Original file line number Diff line number Diff line change
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 5fe92a0

Please sign in to comment.