From ae31bafeb937a3c6d7e05ebdac6b0a06c52b55b0 Mon Sep 17 00:00:00 2001 From: Cyril Anisimov Date: Thu, 19 Dec 2024 00:22:59 +0100 Subject: [PATCH] remove arrow from `Close application` item --- client/ui/qml/Pages2/PageSettings.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/ui/qml/Pages2/PageSettings.qml b/client/ui/qml/Pages2/PageSettings.qml index 604d3074..c44e52ae 100644 --- a/client/ui/qml/Pages2/PageSettings.qml +++ b/client/ui/qml/Pages2/PageSettings.qml @@ -143,8 +143,8 @@ PageType { Layout.preferredHeight: about.height text: qsTr("Close application") - rightImageSource: "qrc:/images/controls/chevron-right.svg" leftImageSource: "qrc:/images/controls/x-circle.svg" + isLeftImageHoverEnabled: false clickedFunction: function() { PageController.closeApplication()