Remove bg lock/unlock toasts
| @@ -187,7 +187,6 @@ function onLockBackgroundClick(event = null) { | |||
| 187 | 187 | ||
| 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 | } |
| 192 | 191 | ||
| 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 | } |
| 209 | 207 | ||
| 210 | function isChatBackgroundLocked() { | 208 | function isChatBackgroundLocked() { |