From 0dbbc85fca7b306680f73400bb28232883fcf443 Mon Sep 17 00:00:00 2001 From: reionwong Date: Mon, 1 Nov 2021 04:17:40 +0800 Subject: [PATCH] Fix about dialog link --- src/controls/AboutDialog.qml | 1 - 1 file changed, 1 deletion(-) diff --git a/src/controls/AboutDialog.qml b/src/controls/AboutDialog.qml index 9e8d4aa..d84d57f 100644 --- a/src/controls/AboutDialog.qml +++ b/src/controls/AboutDialog.qml @@ -62,7 +62,6 @@ FishUI.Window { text: "%1".arg(control.link) Layout.alignment: Qt.AlignHCenter linkColor: FishUI.Theme.highlightColor - visible: Installer.homePage MouseArea { anchors.fill: parent