Skip to content

Commit

Permalink
chore: changed the icon for the settings section
Browse files Browse the repository at this point in the history
  • Loading branch information
Nethius committed Jan 9, 2025
1 parent c3fb62a commit 8081acb
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 8081acb

Please sign in to comment.