More png to svg conversions on qml side

This commit is contained in:
luisangelsm
2026-02-13 16:22:28 +01:00
parent 3ff93a570e
commit 5762b32fda
20 changed files with 85 additions and 30 deletions

View File

@ -159,7 +159,7 @@ Rectangle {
id: mark
width: 23
height: 23
source: read_column&&show_marks?"tick.png":has_been_opened&&show_marks?"reading.png":""
source: read_column&&show_marks?"tick.svg":has_been_opened&&show_marks?"reading.svg":""
anchors {right: coverElement.right; top: coverElement.top; topMargin: 9; rightMargin: 9}
asynchronous : true
}