Skip to content
This repository has been archived by the owner on Oct 26, 2021. It is now read-only.

Commit

Permalink
HomeApplicationsModel: Correct browser id
Browse files Browse the repository at this point in the history
This fixes the issue with the browser icon on the home screen does not
launch the browser application.

[GDP-683] Main window the browser icon it does not work

Signed-off-by: Viktor Sjölind <[email protected]>
  • Loading branch information
Viktor Sjölind authored and DunderRoffe committed Jul 26, 2017
1 parent 3f9a8d5 commit 95aadfb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gdp-hmi/qml/HomeApplicationsModel.qml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ ListModel {
ListElement {
appName: "Browser"
appIcon: "qrc:/assets/Browser.svg"
appId: "/usr/share/applications/demoui.desktop"
appId: "/usr/share/applications/Browser.desktop"
}
ListElement {
appName: "RVI"
Expand Down

0 comments on commit 95aadfb

Please sign in to comment.