fix CUSTOM_TEMPLATES_DIR loading

This commit is contained in:
Nick Sweeting
2024-10-04 21:40:36 -07:00
parent 0c7d7a2225
commit ac96cc62fc
4 changed files with 4 additions and 14 deletions

View File

@@ -567,7 +567,7 @@ def printable_folder_status(name: str, folder: Dict) -> str:
else:
color, symbol, note, num_files = 'red', 'X', 'invalid', '?'
else:
color, symbol, note, num_files = 'lightyellow', '-', 'unused', '-'
color, symbol, note, num_files = 'grey53', '-', 'unused', '-'
if folder['path']: