encrypt save support, smileys fix, bug fixes
This commit is contained in:
parent
dd53c6a842
commit
42aa102d1d
9 changed files with 18 additions and 13 deletions
|
|
@ -715,7 +715,7 @@ class PluginsSettings(CenteredWidget):
|
|||
def update_list(self):
|
||||
self.comboBox.clear()
|
||||
data = self.pl_loader.get_plugins_list()
|
||||
self.comboBox.addItems(map(lambda x: x[0], data))
|
||||
self.comboBox.addItems(list(map(lambda x: x[0], data)))
|
||||
self.data = data
|
||||
|
||||
def show_data(self):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue