Skip to content

Commit

Permalink
Change background type
Browse files Browse the repository at this point in the history
  • Loading branch information
yumata committed Nov 15, 2021
1 parent 57dd42c commit cba10ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app.min.js
Original file line number Diff line number Diff line change
Expand Up @@ -4525,7 +4525,7 @@
item.canvas[0].width = window.innerWidth;
item.canvas[0].height = window.innerHeight;
var palette = data.palette;
var type = Storage.get('background_type', 'complex');
var type = Storage.field('background_type');
blur(data, item, function () {
if (type == 'complex' && bokeh.d) {
var bright = Color.rgbToHsl(palette.average[0], palette.average[1], palette.average[2]);
Expand Down

0 comments on commit cba10ab

Please sign in to comment.