Skip to content

Implement auto-load/stream of most recent image

Loic Huder requested to merge auto-load into main

Fix #34 (closed)

Peek_2022-01-21_14-16

The implementation is very simple and relies on #13 (closed). As a reminder, when a file is created in the current directory, a callback is executed in braggy to remove this directory from the cache and refetch the directory content.

I only added an optional load of the new image in this callback. In fact, most of the changes in this PR stems from the adding of the button and of a store to hold the (persistable) setting.

Edited by Loic Huder

Merge request reports