Skip to content

Commit ef2c646

Browse files
committed
Fix path to QPrompt logo in no-image projection
Snap token: 236YtHlYOAwKNGWfD3-3tSBv4bo
1 parent 032cc59 commit ef2c646

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/prompter/ProjectionsManager.qml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -301,7 +301,7 @@ Item {
301301
anchors.fill: parent
302302
visible: model.flip===0
303303
Image {
304-
source: "qrc:/images/qprompt.png"
304+
source: "qrc:/qt/qml/com/cuperino/qprompt/images/qprompt.png"
305305
fillMode: Image.PreserveAspectFit
306306
width: parent.width * 3 / 4
307307
height: parent.height * 3 / 4

0 commit comments

Comments
 (0)