mirror of
https://github.com/lollipopkit/flutter_server_box.git
synced 2025-12-17 07:14:28 +01:00
feat: separate ssh term theme setting (#305)
This commit is contained in:
@@ -63,7 +63,6 @@ extension DialogX on BuildContext {
|
||||
Future<String?> showPwdDialog({
|
||||
String? user,
|
||||
required String hostId,
|
||||
void Function()? onCorrectPwd,
|
||||
}) async {
|
||||
if (!mounted) return null;
|
||||
return await showRoundDialog<String>(
|
||||
|
||||
Reference in New Issue
Block a user