mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-12-11 07:48:53 -07:00
Merge remote-tracking branch 'origin/master' into CURA-5095_collect_user_modified_settings
This commit is contained in:
commit
f9b8a8cbd3
10 changed files with 58913 additions and 26 deletions
|
|
@ -33,6 +33,9 @@ class AuthorsModel(ListModel):
|
|||
|
||||
def _update(self):
|
||||
items = []
|
||||
if not self._metadata:
|
||||
self.setItems([])
|
||||
return
|
||||
|
||||
for author in self._metadata:
|
||||
items.append({
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue