fix(@desktop/settings): Navbar icon shows a profile icon instead of settings icon
fixes #3615
This commit is contained in:
parent
c908b4abb0
commit
d840ecab12
|
@ -336,7 +336,7 @@ Item {
|
||||||
id: profileBtn
|
id: profileBtn
|
||||||
//% "Settings"
|
//% "Settings"
|
||||||
tooltip.text: qsTrId("settings")
|
tooltip.text: qsTrId("settings")
|
||||||
icon.name: "profile"
|
icon.name: "settings"
|
||||||
checked: appView.currentIndex == Utils.getAppSectionIndex(Constants.profile)
|
checked: appView.currentIndex == Utils.getAppSectionIndex(Constants.profile)
|
||||||
onClicked: appMain.changeAppSection(Constants.profile)
|
onClicked: appMain.changeAppSection(Constants.profile)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue