mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-13 06:29:02 +08:00
Updated name in menu for firmware update
This commit is contained in:
parent
1f9f253292
commit
797f9ec426
@ -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…
x
Reference in New Issue
Block a user