mirror of
https://github.com/YACReader/yacreader
synced 2025-07-17 20:44:32 -04: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