mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-07 23:17:32 -06:00
Add an applicationName property to Application
This commit is contained in:
parent
821f9ca0e1
commit
b2cced2772
1 changed files with 2 additions and 1 deletions
|
@ -12,7 +12,8 @@ import os.path
|
||||||
|
|
||||||
class PrinterApplication(QtApplication):
|
class PrinterApplication(QtApplication):
|
||||||
def __init__(self):
|
def __init__(self):
|
||||||
super(PrinterApplication, self).__init__()
|
super().__init__()
|
||||||
|
self.setApplicationName('printer')
|
||||||
|
|
||||||
def run(self):
|
def run(self):
|
||||||
self._plugin_registry.loadPlugins({ "type": "Logger"})
|
self._plugin_registry.loadPlugins({ "type": "Logger"})
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue