From 34d27d17af46e346eb5e2d0d0181e794bb99ea24 Mon Sep 17 00:00:00 2001 From: Hichem Fantar Date: Sun, 20 Oct 2024 00:08:41 +0100 Subject: [PATCH] Update index.ts --- macapp/src/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()