mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-02 20:52:20 -07:00
Ensured that sidebar has the right properties to show again
CL-541
This commit is contained in:
parent
7d9af8e345
commit
52a137a68c
4 changed files with 48 additions and 7 deletions
|
|
@ -22,7 +22,7 @@ class PrintJobOutputModel(QObject):
|
|||
self._state = ""
|
||||
self._time_total = 0
|
||||
self._time_elapsed = 0
|
||||
self._name = "" # Human readable name
|
||||
self._name = name # Human readable name
|
||||
self._key = key # Unique identifier
|
||||
self._assigned_printer = None
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue