From 82ac83ee7a93df57bf6f2eb782f00649205e540c Mon Sep 17 00:00:00 2001 From: luisangelsm Date: Sun, 8 Mar 2026 08:45:42 +0100 Subject: [PATCH] Fix info view indicator background --- YACReaderLibrary/qml/InfoComicsView.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/YACReaderLibrary/qml/InfoComicsView.qml b/YACReaderLibrary/qml/InfoComicsView.qml index 85c5cc5b..66d169ea 100644 --- a/YACReaderLibrary/qml/InfoComicsView.qml +++ b/YACReaderLibrary/qml/InfoComicsView.qml @@ -9,7 +9,7 @@ import QtQuick.Controls.Basic Rectangle { id: main - color: infoBackgroundColor + color: "transparent" //width: parent.width //height: parent.height