mirror of
https://github.com/YACReader/yacreader
synced 2025-05-28 03:10:27 -04:00
Fix nul -> null in qml
This commit is contained in:
parent
153388ee94
commit
1744002658
@ -531,7 +531,7 @@ Rectangle {
|
||||
|
||||
Repeater {
|
||||
id: letterers
|
||||
model: comicInfo ? comicInfo.getLetterers().length : nul
|
||||
model: comicInfo ? comicInfo.getLetterers().length : null
|
||||
Column{
|
||||
Text {
|
||||
color: infoTitleColor
|
||||
|
Loading…
Reference in New Issue
Block a user