mirror of
https://github.com/YACReader/yacreader
synced 2025-07-18 04:54:29 -04:00
Handle some nulls in qml
This commit is contained in:
@ -503,7 +503,7 @@ SplitView {
|
||||
font.pixelSize: 21
|
||||
wrapMode: Text.WordWrap
|
||||
|
||||
text: currentComic.getTitleIncludingNumber()
|
||||
text: currentComic?.getTitleIncludingNumber() ?? ""
|
||||
}
|
||||
|
||||
Flow {
|
||||
|
Reference in New Issue
Block a user