This commit is contained in:
Sky
2024-11-19 00:37:46 +00:00
parent e0e5549c8b
commit 3320f46b64
11 changed files with 20 additions and 20 deletions

View File

@@ -105,7 +105,7 @@ export const useUpdateStore = createPersistStore(
if (version === remoteId) {
// Show a notification using Tauri
window.__TAURI__?.notification.sendNotification({
title: "NextChat",
title: "RevoChat",
body: `${Locale.Settings.Update.IsLatest}`,
icon: `${ChatGptIcon.src}`,
sound: "Default",
@@ -115,7 +115,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: "RevoChat",
body: updateMessage,
icon: `${ChatGptIcon.src}`,
sound: "Default",