Update index.ts

This commit is contained in:
Hichem Fantar 2024-10-20 00:08:41 +01:00 committed by GitHub
parent 963f81e1b6
commit 34d27d17af
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -121,7 +121,7 @@ function toggleAutoStartup() {
app.setLoginItemSettings({ openAtLogin: newOpenAtLogin })
const notification = new Notification({
title: 'Auto Startup',
title: 'Ollama Auto Startup',
body: `Auto startup is now ${newOpenAtLogin ? 'enabled' : 'disabled'}`,
})
notification.show()