diff --git a/macapp/src/index.ts b/macapp/src/index.ts index 312ce93c..dfa70857 100644 --- a/macapp/src/index.ts +++ b/macapp/src/index.ts @@ -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()