From c5ba36e8df7974e78ca09399fc2b6d4a3af478ba Mon Sep 17 00:00:00 2001 From: olf Date: Thu, 4 Jul 2024 22:47:55 +0200 Subject: [PATCH] [flowplayer/extras/Lockscreen.qml] Denote status in comments --- extras/Lockscreen.qml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/extras/Lockscreen.qml b/extras/Lockscreen.qml index 2d49b5c..13a1d96 100644 --- a/extras/Lockscreen.qml +++ b/extras/Lockscreen.qml @@ -5,7 +5,9 @@ ** ****************************************************************************/ -// This file bears some issues, see issue #102 // +/*********************************************** +** This file bears some issues, see issue #102. +***********************************************/ import QtQuick 2.0 import org.nemomobile.lipstick 0.1 @@ -434,6 +436,7 @@ MouseArea { onTextChanged: { setDefaultMarqueeOffset() if (text!=="") { + // Do not worry about this hardcoded path, see issues #101 and #102. coverArt.source = "/home/nemo/.cache/currentAlbumArt.jpeg"; coverArt.sourceSize.width = 0 coverArt.sourceSize.height = 0