From b9a90074e6b219c351accd98a4746f684dbbc448 Mon Sep 17 00:00:00 2001 From: johnny9 <985648+johnny9@users.noreply.github.com> Date: Wed, 11 Jun 2025 22:55:11 -0400 Subject: [PATCH] qml: Remove duplicate property in BlockClock --- src/qml/components/BlockClock.qml | 1 - 1 file changed, 1 deletion(-) diff --git a/src/qml/components/BlockClock.qml b/src/qml/components/BlockClock.qml index 51b02afe51..97890811cc 100644 --- a/src/qml/components/BlockClock.qml +++ b/src/qml/components/BlockClock.qml @@ -24,7 +24,6 @@ Item { property alias header: mainText.text property alias headerSize: mainText.font.pixelSize property alias subText: subText.text - property int headerSize: 32 property bool connected: nodeModel.numOutboundPeers > 0 property bool synced: nodeModel.verificationProgress > 0.999 property string syncProgress: formatProgressPercentage(nodeModel.verificationProgress * 100)