fix(@desktop/settings): Navbar icon shows a profile icon instead of settings icon

fixes #3615
This commit is contained in:
Khushboo Mehta 2021-09-22 09:45:25 +02:00 committed by Iuri Matias
parent c908b4abb0
commit d840ecab12
1 changed files with 1 additions and 1 deletions

View File

@ -336,7 +336,7 @@ Item {
id: profileBtn
//% "Settings"
tooltip.text: qsTrId("settings")
icon.name: "profile"
icon.name: "settings"
checked: appView.currentIndex == Utils.getAppSectionIndex(Constants.profile)
onClicked: appMain.changeAppSection(Constants.profile)