From e43aa02a5b7709ba8d4ccca9aec374466712e069 Mon Sep 17 00:00:00 2001 From: Nethius Date: Thu, 9 Jan 2025 09:33:35 +0300 Subject: [PATCH] chore: changed the icon for the settings section (#1348) --- client/ui/qml/Pages2/PageStart.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/ui/qml/Pages2/PageStart.qml b/client/ui/qml/Pages2/PageStart.qml index 83e7626d8..71009e283 100644 --- a/client/ui/qml/Pages2/PageStart.qml +++ b/client/ui/qml/Pages2/PageStart.qml @@ -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