mirror of
https://github.com/rustdesk/rustdesk.git
synced 2025-05-11 18:36:11 +02:00
opt: format and name
This commit is contained in:
parent
1426771ec9
commit
9d391d3801
2 changed files with 2 additions and 2 deletions
|
@ -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}) {
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue