Remove bg lock/unlock toasts
| @@ -187,7 +187,6 @@ function onLockBackgroundClick(event = null) { | ||
| 187 | 187 | |
| 188 | 188 | // Update UI states to reflect the new lock. |
| 189 | 189 | highlightLockedBackground(); |
| 190 | - toastr.success(t`Background locked for this chat.`); | |
| 191 | 190 | } |
| 192 | 191 | |
| 193 | 192 | /** |
| @@ -204,7 +203,6 @@ function onUnlockBackgroundClick(_event = null) { | ||
| 204 | 203 | // Update UI states to reflect the removal of the lock. |
| 205 | 204 | highlightLockedBackground(); |
| 206 | 205 | highlightSelectedBackground(); |
| 207 | - toastr.success(t`Background unlocked for this chat.`); | |
| 208 | 206 | } |
| 209 | 207 | |
| 210 | 208 | function isChatBackgroundLocked() { |