chore: changed the icon for the settings section (#1348)

This commit is contained in:
Nethius 2025-01-09 09:33:35 +03:00 committed by GitHub
parent c3fb62a6ab
commit e43aa02a5b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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