This commit is contained in:
grossmj 2021-09-20 20:09:58 +09:30
parent 5eb5658a74
commit 5ece48500c

View File

@ -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):