mirror of
https://github.com/status-im/status-desktop.git
synced 2025-01-11 06:47:01 +00:00
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
|
||||
//% "Settings"
|
||||
tooltip.text: qsTrId("settings")
|
||||
icon.name: "profile"
|
||||
icon.name: "settings"
|
||||
checked: appView.currentIndex == Utils.getAppSectionIndex(Constants.profile)
|
||||
onClicked: appMain.changeAppSection(Constants.profile)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user