pull/1997/head
grossmj 3 years ago
parent 5eb5658a74
commit 5ece48500c

@ -104,8 +104,7 @@ class Symbols:
'builtin': False,
'theme': "Custom symbols"})
self._symbols_path[symbol_file] = os.path.join(root, filename)
symbols.sort(key=lambda x: x["filename"])
symbols.sort(key=lambda x: x["theme"])
return symbols
def symbols_path(self):

Loading…
Cancel
Save