Skip to content

Commit

Permalink
[flowplayer/extras/Lockscreen.qml] Denote status in comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Olf0 authored Jul 4, 2024
1 parent d1df795 commit c5ba36e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion extras/Lockscreen.qml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit c5ba36e

Please sign in to comment.