Skip to content

Commit

Permalink
chore: changed the icon for the settings section (#1348)
Browse files Browse the repository at this point in the history
  • Loading branch information
Nethius authored Jan 9, 2025
1 parent c3fb62a commit e43aa02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/ui/qml/Pages2/PageStart.qml
Original file line number Diff line number Diff line change
Expand Up @@ -348,7 +348,7 @@ PageType {
objectName: "settingsTabButton"

isSelected: tabBar.currentIndex === 2
image: "qrc:/images/controls/settings-2.svg"
image: "qrc:/images/controls/settings.svg"
clickedFunc: function () {
tabBarStackView.goToTabBarPage(PageEnum.PageSettings)
tabBar.currentIndex = 2
Expand Down

0 comments on commit e43aa02

Please sign in to comment.