mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-25 23:53:56 -06:00
It is cls not self!
This commit is contained in:
parent
11cf642a6e
commit
b22981d089
1 changed files with 1 additions and 1 deletions
|
@ -661,7 +661,7 @@ class CuraApplication(QtApplication):
|
||||||
single_instance_socket.waitForDisconnected()
|
single_instance_socket.waitForDisconnected()
|
||||||
return False
|
return False
|
||||||
if parsed_command_line["Embedding"]:
|
if parsed_command_line["Embedding"]:
|
||||||
self._splash_prevent = True
|
cls._splash_prevent = True
|
||||||
return True
|
return True
|
||||||
|
|
||||||
def run(self):
|
def run(self):
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue