mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 18:55:59 +08:00
CURA-5164 Fix typo in the method signature
This commit is contained in:
parent
051dd7a6e9
commit
42ecb12614
@ -406,8 +406,8 @@ class CuraApplication(QtApplication):
|
|||||||
)
|
)
|
||||||
|
|
||||||
# Runs preparations that needs to be done before the starting process.
|
# Runs preparations that needs to be done before the starting process.
|
||||||
def startSlashWindowPhase(self):
|
def startSplashWindowPhase(self):
|
||||||
super().startSlashWindowPhase()
|
super().startSplashWindowPhase()
|
||||||
|
|
||||||
self.setWindowIcon(QIcon(Resources.getPath(Resources.Images, "cura-icon.png")))
|
self.setWindowIcon(QIcon(Resources.getPath(Resources.Images, "cura-icon.png")))
|
||||||
|
|
||||||
|
@ -125,7 +125,7 @@ app.addCommandLineOptions()
|
|||||||
app.parseCliOptions()
|
app.parseCliOptions()
|
||||||
app.initialize()
|
app.initialize()
|
||||||
|
|
||||||
app.startSlashWindowPhase()
|
app.startSplashWindowPhase()
|
||||||
app.startPostSlashWindowPhase()
|
app.startPostSplashWindowPhase()
|
||||||
|
|
||||||
app.run()
|
app.run()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user