mirror of
https://github.com/YACReader/yacreader
synced 2026-02-12 18:13:01 -05:00
Update comicInfo when the read tick is activated by the user.
This commit is contained in:
@ -50,6 +50,12 @@ Rectangle {
|
|||||||
InfoTick {
|
InfoTick {
|
||||||
x: 27
|
x: 27
|
||||||
y: 5
|
y: 5
|
||||||
|
|
||||||
|
read: comicInfo.read
|
||||||
|
|
||||||
|
onReadChangedByUser: {
|
||||||
|
comicInfo.read = read;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -76,6 +82,12 @@ Rectangle {
|
|||||||
|
|
||||||
InfoTick {
|
InfoTick {
|
||||||
Layout.alignment: Qt.AlignVCenter | Qt.AlignLeft
|
Layout.alignment: Qt.AlignVCenter | Qt.AlignLeft
|
||||||
|
|
||||||
|
read: comicInfo.read
|
||||||
|
|
||||||
|
onReadChangedByUser: {
|
||||||
|
comicInfo.read = read;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
Item {
|
Item {
|
||||||
|
|||||||
Reference in New Issue
Block a user