Skip to content

Commit bdcd5d7

Browse files
committed
Use normal extract for the wp slider
1 parent 7b98bdf commit bdcd5d7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

frontend/src/lib/components/slider/WallpaperSlider.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@
252252
const colors: string[] = await app.ExtractColors(
253253
item.imagePath,
254254
getLightMode(),
255-
'material'
255+
'normal'
256256
);
257257
if (gen !== extractionGen) return;
258258
setAdjustments({...DEFAULT_ADJUSTMENTS});

0 commit comments

Comments
 (0)