Exemple #1
0
 def _load_custom_icons(self):
     s = IconSelector()
     return s.available_icons(only_local=True)
Exemple #2
0
 def _load_custom_icons(self):
     s = IconSelector(show_builtin_icons=False, with_emblem=False)
     return s.available_icons(only_local=True)