This commit is contained in:
Timothy Jaeryang Baek 2025-01-05 01:33:12 -08:00
parent d11e6e40b1
commit a3ca39f377

View File

@ -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);
}