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
+1 -1
View File
@@ -348,7 +348,7 @@ PageType {
objectName: "settingsTabButton" objectName: "settingsTabButton"
isSelected: tabBar.currentIndex === 2 isSelected: tabBar.currentIndex === 2
image: "qrc:/images/controls/settings-2.svg" image: "qrc:/images/controls/settings.svg"
clickedFunc: function () { clickedFunc: function () {
tabBarStackView.goToTabBarPage(PageEnum.PageSettings) tabBarStackView.goToTabBarPage(PageEnum.PageSettings)
tabBar.currentIndex = 2 tabBar.currentIndex = 2