Fix /bglock command

47bb7ad6a108b0dd19d33094bd60c8b8e1e11d58

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

1 files changed, +1 -1Showing whitespace changes
public/scripts/backgrounds.js+1 -1
@@ -111,7 +111,7 @@ function onLockBackgroundClick(e) {
111 return '';111 return '';
112 }112 }
113113
114 const relativeBgImage = getUrlParameter(this);114 const relativeBgImage = getUrlParameter(this) ?? background_settings.url;
115115
116 saveBackgroundMetadata(relativeBgImage);116 saveBackgroundMetadata(relativeBgImage);
117 setCustomBackground();117 setCustomBackground();