Fix /bglock command
| @@ -111,7 +111,7 @@ function onLockBackgroundClick(e) { | ||
| 111 | 111 | return ''; |
| 112 | 112 | } |
| 113 | 113 | |
| 114 | 114 | const relativeBgImage = getUrlParameter(this) ?? background_settings.url; |
| 115 | 115 | |
| 116 | 116 | saveBackgroundMetadata(relativeBgImage); |
| 117 | 117 | setCustomBackground(); |