mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-24 11:21:14 -07:00
CURA-5164 Fix typo in the method signature
This commit is contained in:
parent
051dd7a6e9
commit
42ecb12614
2 changed files with 4 additions and 4 deletions
|
|
@ -406,8 +406,8 @@ class CuraApplication(QtApplication):
|
|||
)
|
||||
|
||||
# Runs preparations that needs to be done before the starting process.
|
||||
def startSlashWindowPhase(self):
|
||||
super().startSlashWindowPhase()
|
||||
def startSplashWindowPhase(self):
|
||||
super().startSplashWindowPhase()
|
||||
|
||||
self.setWindowIcon(QIcon(Resources.getPath(Resources.Images, "cura-icon.png")))
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue