mirror of
https://github.com/YACReader/yacreader
synced 2025-11-13 05:22:47 -05:00
Added support for knowing if a comic is in favorites or not.
This commit is contained in:
@ -98,6 +98,8 @@ Rectangle {
|
||||
Layout.topMargin: 1
|
||||
Layout.rightMargin: 17
|
||||
Layout.alignment: Qt.AlignTop
|
||||
|
||||
active: is_favorite
|
||||
}
|
||||
|
||||
InfoRating {
|
||||
@ -137,6 +139,8 @@ Rectangle {
|
||||
Layout.topMargin: 1
|
||||
Layout.rightMargin: 17
|
||||
Layout.alignment: Qt.AlignTop
|
||||
|
||||
active: is_favorite
|
||||
}
|
||||
|
||||
InfoRating {
|
||||
|
||||
Reference in New Issue
Block a user