mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-06 14:37:29 -06:00
Also add balanced to intent names
CURA-11221
This commit is contained in:
parent
9b9f6b1bc3
commit
cba4151ffc
1 changed files with 4 additions and 0 deletions
|
@ -230,6 +230,10 @@ class WorkspaceDialog(QObject):
|
|||
self._intent_name = intent_name.title()
|
||||
self.intentNameChanged.emit()
|
||||
|
||||
if not self._intent_name:
|
||||
self._intent_name = intent_translations["default"]["name"]
|
||||
self.intentNameChanged.emit()
|
||||
|
||||
@pyqtProperty(str, notify=activeModeChanged)
|
||||
def activeMode(self) -> str:
|
||||
return self._active_mode
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue