mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
mobile: main.qml, change load of dive.jpg
change load of dive.jpg to reflect new location. Signed-off-by: Jan Iversen <jani@apache.org>
This commit is contained in:
parent
cee754f200
commit
f7fde20a2c
1 changed files with 1 additions and 1 deletions
|
@ -109,7 +109,7 @@ Kirigami.ApplicationWindow {
|
|||
title: qsTr("Subsurface")
|
||||
titleIcon: "qrc:/qml/subsurface-mobile-icon.png"
|
||||
|
||||
bannerImageSource: ":/icons/dive.jpg"
|
||||
bannerImageSource: "qrc:/qml/icons/dive.jpg"
|
||||
resetMenuOnTriggered: false
|
||||
|
||||
actions: [
|
||||
|
|
Loading…
Add table
Reference in a new issue