From cbfbbb397d80f2809c8f03fb1918479d5c8cab87 Mon Sep 17 00:00:00 2001 From: reionwong Date: Sun, 21 Nov 2021 14:05:28 +0800 Subject: [PATCH] Update changelog 0.6 --- debian/changelog | 4 ++-- qml/main.qml | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 97af368..f57a496 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,5 +1,5 @@ -cutefish-calculator (0.5) UNRELEASED; urgency=low +cutefish-calculator (0.6) UNRELEASED; urgency=low * Initial release (CutefishOS) - -- CutefishOS Packaging Team Thu, 16 Sep 2021 02:31:42 +0800 \ No newline at end of file + -- CutefishOS Packaging Team Sun, 21 Nov 2021 13:52:29 +0800 \ No newline at end of file diff --git a/qml/main.qml b/qml/main.qml index 2dff258..cf75db1 100644 --- a/qml/main.qml +++ b/qml/main.qml @@ -33,6 +33,7 @@ FishUI.Window { FishUI.AboutDialog { id: aboutDialog + parent: rootWindow name: rootWindow.title description: qsTr("A simple calculator") iconSource: "image://icontheme/cutefish-calculator"