mirror of
https://github.com/ollama/ollama.git
synced 2025-08-28 18:13:11 +02:00
move dock hide to on ready
This commit is contained in:
@@ -6,6 +6,7 @@ import * as fs from 'fs'
|
|||||||
require('@electron/remote/main').initialize()
|
require('@electron/remote/main').initialize()
|
||||||
|
|
||||||
let tray: Tray | null = null
|
let tray: Tray | null = null
|
||||||
|
|
||||||
const createSystemtray = () => {
|
const createSystemtray = () => {
|
||||||
let brightModeIconPath = path.join(__dirname, '..', '..', 'assets', 'ollama_icon_dark_16x16.png')
|
let brightModeIconPath = path.join(__dirname, '..', '..', 'assets', 'ollama_icon_dark_16x16.png')
|
||||||
let darkModeIconPath = path.join(__dirname, '..', '..', 'assets', 'ollama_icon_bright_16x16.png')
|
let darkModeIconPath = path.join(__dirname, '..', '..', 'assets', 'ollama_icon_bright_16x16.png')
|
||||||
|
Reference in New Issue
Block a user