mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-02 20:52:20 -07:00
Fix misc issues
This commit is contained in:
parent
418ad73a63
commit
a6d05aa3bb
2 changed files with 2 additions and 1 deletions
|
|
@ -76,6 +76,7 @@ class WelcomePagesModel(ListModel):
|
|||
if next_page_index == len(self._items):
|
||||
self.allFinished.emit()
|
||||
self.resetState()
|
||||
return
|
||||
|
||||
# Move to the next page
|
||||
self._setCurrentPageIndex(next_page_index)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue