From a3e47ce0a6e7b5b80ce660a03fa58557137299e6 Mon Sep 17 00:00:00 2001 From: Cohee <18619528+Cohee1207@users.noreply.github.com> Date: Thu, 25 Sep 2025 20:13:44 +0300 Subject: [PATCH] Remove bg lock/unlock toasts --- public/scripts/backgrounds.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/public/scripts/backgrounds.js b/public/scripts/backgrounds.js index b3ec2510b..89d2f5ac0 100644 --- a/public/scripts/backgrounds.js +++ b/public/scripts/backgrounds.js @@ -187,7 +187,6 @@ function onLockBackgroundClick(event = null) { // Update UI states to reflect the new lock. highlightLockedBackground(); - toastr.success(t`Background locked for this chat.`); } /** @@ -204,7 +203,6 @@ function onUnlockBackgroundClick(_event = null) { // Update UI states to reflect the removal of the lock. highlightLockedBackground(); highlightSelectedBackground(); - toastr.success(t`Background unlocked for this chat.`); } function isChatBackgroundLocked() {