From 5c82dc0941c4d0aa311c9ea395079416651dd350 Mon Sep 17 00:00:00 2001 From: Felix Yan Date: Sun, 6 Jun 2021 07:30:58 +0800 Subject: [PATCH] Correct a typo in main.qml --- src/qml/main.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/qml/main.qml b/src/qml/main.qml index 65e344b..352414a 100644 --- a/src/qml/main.qml +++ b/src/qml/main.qml @@ -116,7 +116,7 @@ FishUI.Window { } } - // If the window is minimized, it needs to be displayed agin. + // If the window is minimized, it needs to be displayed again. rootWindow.show() rootWindow.raise() }