mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 10:29:05 +08:00
It is cls not self!
This commit is contained in:
parent
11cf642a6e
commit
b22981d089
@ -661,7 +661,7 @@ class CuraApplication(QtApplication):
|
||||
single_instance_socket.waitForDisconnected()
|
||||
return False
|
||||
if parsed_command_line["Embedding"]:
|
||||
self._splash_prevent = True
|
||||
cls._splash_prevent = True
|
||||
return True
|
||||
|
||||
def run(self):
|
||||
|
Loading…
x
Reference in New Issue
Block a user