Timothy Jaeryang Baek 3 月之前
父節點
當前提交
a3ca39f377
共有 1 個文件被更改,包括 0 次插入7 次删除
  1. 0 7
      src/lib/components/chat/Chat.svelte

+ 0 - 7
src/lib/components/chat/Chat.svelte

@@ -1151,13 +1151,6 @@
 		if (done) {
 			message.done = true;
 
-			if ($settings.notificationEnabled && !document.hasFocus()) {
-				new Notification(`${message.model}`, {
-					body: message.content,
-					icon: `${WEBUI_BASE_URL}/static/favicon.png`
-				});
-			}
-
 			if ($settings.responseAutoCopy) {
 				copyToClipboard(message.content);
 			}