5.1.1 release #62

Merged
coolestskinnieinthejungle merged 96 commits from 5.1.1 into master 2021-07-21 18:45:22 +00:00
1 changed files with 1 additions and 0 deletions
Showing only changes of commit c84be31c37 - Show all commits

View File

@ -66,6 +66,7 @@ init python:
# Add each .png to the gallery
# TODO: make case insensitive
galleryItems = []
for cgFile in listdir(cgDirPath):
if isfile(join(cgDirPath, cgFile)):
if (cgFile[-4:] == '.png'):