fix: ssh page keyboard type (#308)

This commit is contained in:
lollipopkit
2024-03-15 17:30:53 +08:00
parent 98bee2aae7
commit 7be9c5fb9c

View File

@@ -136,7 +136,7 @@ class _SSHPageState extends State<SSHPage> with AutomaticKeepAliveClientMixin {
child: TerminalView(
_terminal,
controller: _terminalController,
keyboardType: TextInputType.emailAddress,
keyboardType: TextInputType.text,
enableSuggestions: true,
textStyle: _terminalStyle,
theme: _terminalTheme,