From 1b50a530f0731d67e6cfeb1f9358464eb809ba9e Mon Sep 17 00:00:00 2001 From: xiaofeima Date: Sun, 21 Aug 2022 22:05:00 +0800 Subject: [PATCH] update name --- src/qml/About/Main.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/qml/About/Main.qml b/src/qml/About/Main.qml index 9a5e54a..e357a65 100644 --- a/src/qml/About/Main.qml +++ b/src/qml/About/Main.qml @@ -57,7 +57,7 @@ ItemPage { Label { Layout.alignment: Qt.AlignTop | Qt.AlignHCenter - text: "Cutefish" + text: "Openfish" visible: !about.isCutefishOS font.pointSize: 22 color: "#3385FF"