feat: use native ssh terminal on desktop

Implement #109
This commit is contained in:
lollipopkit
2023-08-07 16:27:00 +08:00
parent 2142ae3e1c
commit d37a1fbea7
3 changed files with 40 additions and 37 deletions

View File

@@ -43,8 +43,7 @@ class _ProcessPageState extends State<ProcessPage> {
showSnackBar(context, Text(_s.noClient));
return;
}
_timer =
Timer.periodic(const Duration(seconds: 3), (_) => _refresh());
_timer = Timer.periodic(const Duration(seconds: 3), (_) => _refresh());
}
Future<void> _refresh() async {