mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-06 13:34:01 -06:00
Fix misc issues
This commit is contained in:
parent
418ad73a63
commit
a6d05aa3bb
2 changed files with 2 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue