Merge pull request #11 from felixonmars/patch-1

Correct a typo in main.qml
pull/15/head
Reion Wong 5 years ago committed by GitHub
commit 9d9249dc9f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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()
}

Loading…
Cancel
Save