Skip to content
This repository has been archived by the owner on Dec 28, 2020. It is now read-only.

Commit

Permalink
Added hide of dock icon
Browse files Browse the repository at this point in the history
  • Loading branch information
eko committed Aug 9, 2019
1 parent fdfac50 commit 42bc620
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions main.js
Expand Up @@ -7,6 +7,8 @@ const sudo = require('sudo-prompt')

const { createTray, createWindow, updateTrayIcon, updateDarkMode } = require('./src/electron/window')

app.dock.hide()

app.on('ready', () => {
global.sharedObject = {
isDarkMode: systemPreferences.isDarkMode()
Expand Down

0 comments on commit 42bc620

Please sign in to comment.