add: css and button to home page
This commit is contained in:
@ -27,7 +27,7 @@ def scan_pages(folders: list[Path]) -> list[Page]:
|
||||
raw: Path = Path(folder, folder.get_name() + ".NEF")
|
||||
for file in files:
|
||||
if file.get_name().endswith(".png"):
|
||||
page.add_picture(Picture(file, page=prev, raw=raw))
|
||||
page.add_picture(Picture(file, page=page, raw=raw))
|
||||
|
||||
if len(page.get_pictures()) == 0:
|
||||
bar.next()
|
||||
|
Reference in New Issue
Block a user