mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-14 10:17:52 -06:00
Set priority to 2
This commit is contained in:
parent
0852d2ebef
commit
8d6f109092
1 changed files with 1 additions and 1 deletions
|
@ -108,7 +108,7 @@ class CloudOutputDevice(NetworkedPrinterOutputDevice):
|
||||||
|
|
||||||
## Set all the interface elements and texts for this output device.
|
## Set all the interface elements and texts for this output device.
|
||||||
def _setInterfaceElements(self):
|
def _setInterfaceElements(self):
|
||||||
self.setPriority(3)
|
self.setPriority(2) # make sure we end up below the local networking and above 'save to file'
|
||||||
self.setName(self._id)
|
self.setName(self._id)
|
||||||
# TODO: how to name these?
|
# TODO: how to name these?
|
||||||
self.setShortDescription(self.I18N_CATALOG.i18nc("@action:button", "Print via Cloud"))
|
self.setShortDescription(self.I18N_CATALOG.i18nc("@action:button", "Print via Cloud"))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue