mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 07:48:59 +08:00
Fix misc issues
This commit is contained in:
parent
418ad73a63
commit
a6d05aa3bb
@ -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)
|
||||
|
@ -25,7 +25,7 @@ Item
|
||||
|
||||
// Convenience properties
|
||||
property var progressValue: model == null ? 0 : model.currentProgress
|
||||
property string pageUrl: currentItem == null ? null : currentItem.page_url
|
||||
property string pageUrl: currentItem == null ? "" : currentItem.page_url
|
||||
|
||||
signal showNextPage()
|
||||
signal showPreviousPage()
|
||||
|
Loading…
x
Reference in New Issue
Block a user