There was an error while loading. Please reload this page.
2 parents 09f1fb5 + a9e5b45 commit fb77090Copy full SHA for fb77090
1 file changed
src/wallpaper.ts
@@ -141,6 +141,7 @@ export const LiveWallpaper = GObject.registerClass(
141
if (!this.wallpaper)
142
return;
143
try {
144
+ this.setPixelStep(this.width, this.height);
145
this.applyBounds();
146
const stroke = this.settings.get_int('border-stroke');
147
this.roundedCornersEffect.setBorderStroke(stroke * this.monitorScale);
0 commit comments