mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-07 06:57:28 -06:00
Updated name in menu for firmware update
This commit is contained in:
parent
95d4b34f06
commit
8db6b10ad3
1 changed files with 2 additions and 1 deletions
|
@ -40,7 +40,8 @@ class USBPrinterManager(QObject, SignalEmitter, Extension):
|
||||||
self._error_message = ""
|
self._error_message = ""
|
||||||
|
|
||||||
## Add menu item to top menu of the application.
|
## Add menu item to top menu of the application.
|
||||||
self.addMenuItem(i18n_catalog.i18n("Update Firmware"), self.updateAllFirmware)
|
self.setMenuName("Firmware")
|
||||||
|
self.addMenuItem(i18n_catalog.i18n("Update"), self.updateAllFirmware)
|
||||||
|
|
||||||
pyqtError = pyqtSignal(str, arguments = ["amount"])
|
pyqtError = pyqtSignal(str, arguments = ["amount"])
|
||||||
processingProgress = pyqtSignal(float, arguments = ["amount"])
|
processingProgress = pyqtSignal(float, arguments = ["amount"])
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue