fix: chmod perm

This commit is contained in:
lollipopkit🏳️‍⚧️
2024-07-09 14:02:23 +08:00
parent 4b3c4870ba
commit 7e9086b20e
6 changed files with 30 additions and 31 deletions

View File

@@ -145,9 +145,8 @@ class SSHPageState extends State<SSHPage>
_terminal,
key: _termKey,
controller: _terminalController,
keyboardType: letterCache
? TextInputType.text
: TextInputType.visiblePassword,
keyboardType:
letterCache ? TextInputType.text : TextInputType.visiblePassword,
enableSuggestions: !letterCache,
textStyle: _terminalStyle,
theme: _terminalTheme,