diff options
Diffstat (limited to 'app/SettingPage.qml')
-rw-r--r-- | app/SettingPage.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/SettingPage.qml b/app/SettingPage.qml index d5858e8..b0a587d 100644 --- a/app/SettingPage.qml +++ b/app/SettingPage.qml @@ -52,7 +52,7 @@ Page { ImageButton { id: back anchors.bottom: parent.bottom - offImage: '../images/HMI_Settings_X.svg' + offImage: 'qrc:/images/HMI_Settings_X.svg' onClicked: root.done() } } |