mirror of
https://github.com/YACReader/yacreader
synced 2025-11-14 05:52:49 -05: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