philipptrenz / photo-booth

A multi-platform photo booth software using Electron and your camera
GNU General Public License v3.0
393 stars 113 forks source link

Fix loading of recent images after start #105

Closed marcel-hofer closed 3 years ago

marcel-hofer commented 5 years ago

This PR fixes the loading of recent images after start and resolves #103.

The problem occurred when there were more than 20 images (constant value in utils.js). In this case, the first 20 images were displayed in reverse order (e.g. last captured image first) and newer images were ignored.