opt: format and name

This commit is contained in:
Kingtous 2023-02-07 01:35:38 +08:00
parent 1426771ec9
commit 9d391d3801
2 changed files with 2 additions and 2 deletions

View File

@ -1294,7 +1294,7 @@ Future<bool> initUniLinks() async {
/// Listen for uni links.
///
/// * handleByFlutter: Should uni links being handled by Flutter.
/// * handleByFlutter: Should uni links be handled by Flutter.
///
/// Returns a [StreamSubscription] which can listen the uni links.
StreamSubscription? listenUniLinks({handleByFlutter = true}) {

View File

@ -207,7 +207,7 @@ void runMultiWindow(
await restoreWindowPosition(WindowType.PortForward, windowId: kWindowId!);
break;
default:
// no such appType
// no such appType
exit(0);
}
// show window from hidden status