mirror of
https://github.com/vladmandic/automatic
synced 2026-09-19 17:24:32 +02:00
presort en
This commit is contained in:
@@ -74,6 +74,7 @@ class StyleDatabase:
|
||||
list_folder(fn)
|
||||
|
||||
list_folder(self.path)
|
||||
self.styles = dict(sorted(self.styles.items(), key=lambda style: style[1].filename))
|
||||
log.debug(f'Loaded styles: folder={self.path} items={len(self.styles.keys())}')
|
||||
|
||||
def get_style_prompts(self, styles):
|
||||
|
||||
Reference in New Issue
Block a user