feat: separate ssh term theme setting (#305)

This commit is contained in:
lollipopkit
2024-03-11 23:56:19 -06:00
parent f187bc6ccf
commit baffe6dbe0
4 changed files with 46 additions and 2 deletions

View File

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