Skip to content

Commit

Permalink
set dock hidden initially
Browse files Browse the repository at this point in the history
so that we don't require two clicks for this to activate
  • Loading branch information
gingerbeardman committed Jul 5, 2020
1 parent 2b49302 commit 5131185
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dozer/AppDelegate.swift
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ final class AppDelegate: NSObject, NSApplicationDelegate {
if DozerIcons.shared.hideStatusBarIconsAtLaunch {
DozerIcons.shared.hide()
}

_ = DozerIcons.toggleDockIcon(showIcon: false)
}

// Show all Dozer icons when opening Dozer from Finder etc.
Expand Down

0 comments on commit 5131185

Please sign in to comment.