Skip to content

fix: Wrong start image when opening a folder with subdirectories

Carl Schwan requested to merge work/fix-index into master

Add a countFolder property in the folder model and subtract the number of folder to the index. I tested it on small folders so performance was ok, but maybe it should be cached.

Merge request reports