Remove bg lock/unlock toasts

a3e47ce0a6e7b5b80ce660a03fa58557137299e6

Cohee <18619528+Cohee1207@users.noreply.github.com>

1 files changed, +0 -2Ignore whitespace
public/scripts/backgrounds.js+0 -2
@@ -187,7 +187,6 @@ function onLockBackgroundClick(event = null) {
187187
188188 // Update UI states to reflect the new lock.
189189 highlightLockedBackground();
190- toastr.success(t`Background locked for this chat.`);
191190}
192191
193192/**
@@ -204,7 +203,6 @@ function onUnlockBackgroundClick(_event = null) {
204203 // Update UI states to reflect the removal of the lock.
205204 highlightLockedBackground();
206205 highlightSelectedBackground();
207- toastr.success(t`Background unlocked for this chat.`);
208206}
209207
210208function isChatBackgroundLocked() {