Browse Source

move dock hide to on ready

Jeffrey Morgan 1 year ago
parent
commit
90d4ea9d71
1 changed files with 1 additions and 0 deletions
  1. 1 0
      app/src/index.ts

+ 1 - 0
app/src/index.ts

@@ -6,6 +6,7 @@ import * as fs from 'fs'
 require('@electron/remote/main').initialize()
 
 let tray: Tray | null = null
+
 const createSystemtray = () => {
   let brightModeIconPath = path.join(__dirname, '..', '..', 'assets', 'ollama_icon_dark_16x16.png')
   let darkModeIconPath = path.join(__dirname, '..', '..', 'assets', 'ollama_icon_bright_16x16.png')