Skip to content

Commit

Permalink
fix(image_picker): Use random as default sorting
Browse files Browse the repository at this point in the history
  • Loading branch information
danyspin97 committed Jun 25, 2024
1 parent 46c869e commit fc3fdbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion daemon/src/image_picker.rs
Original file line number Diff line number Diff line change
Expand Up @@ -415,7 +415,7 @@ impl ImagePicker {
(_, _) => {}
}
} else {
self.sorting = ImagePickerSorting::new_descending();
self.sorting = ImagePickerSorting::new_random(drawn_images_queue_size);
}
}

Expand Down

0 comments on commit fc3fdbc

Please sign in to comment.