mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 11:09:07 +08:00
Add an applicationName property to Application
This commit is contained in:
parent
821f9ca0e1
commit
b2cced2772
@ -12,7 +12,8 @@ import os.path
|
||||
|
||||
class PrinterApplication(QtApplication):
|
||||
def __init__(self):
|
||||
super(PrinterApplication, self).__init__()
|
||||
super().__init__()
|
||||
self.setApplicationName('printer')
|
||||
|
||||
def run(self):
|
||||
self._plugin_registry.loadPlugins({ "type": "Logger"})
|
||||
|
Loading…
x
Reference in New Issue
Block a user