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
188 // Update UI states to reflect the new lock.188 // Update UI states to reflect the new lock.
189 highlightLockedBackground();189 highlightLockedBackground();
190 toastr.success(t`Background locked for this chat.`);
191}190}
192191
193/**192/**
@@ -204,7 +203,6 @@ function onUnlockBackgroundClick(_event = null) {
204 // Update UI states to reflect the removal of the lock.203 // Update UI states to reflect the removal of the lock.
205 highlightLockedBackground();204 highlightLockedBackground();
206 highlightSelectedBackground();205 highlightSelectedBackground();
207 toastr.success(t`Background unlocked for this chat.`);
208}206}
209207
210function isChatBackgroundLocked() {208function isChatBackgroundLocked() {