From 7a82dfa5827f643f8c0c7bc06c5e3635462dc9ef Mon Sep 17 00:00:00 2001 From: Marilynn Paranada <129602245+shanhsishenji@users.noreply.github.com> Date: Sun, 4 Aug 2024 18:56:59 +0800 Subject: [PATCH] Update update.ts --- app/store/update.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/store/update.ts b/app/store/update.ts index 7253caffc..3f64394e0 100644 --- a/app/store/update.ts +++ b/app/store/update.ts @@ -106,7 +106,7 @@ export const useUpdateStore = createPersistStore( if (version === remoteId) { // Show a notification using Tauri window.__TAURI__?.notification.sendNotification({ - title: "NextChat", + title: "MOSS AI", body: `${Locale.Settings.Update.IsLatest}`, icon: `${ChatGptIcon.src}`, sound: "Default", @@ -116,7 +116,7 @@ export const useUpdateStore = createPersistStore( Locale.Settings.Update.FoundUpdate(`${remoteId}`); // Show a notification for the new version using Tauri window.__TAURI__?.notification.sendNotification({ - title: "NextChat", + title: "MOSS AI", body: updateMessage, icon: `${ChatGptIcon.src}`, sound: "Default",