fix: ssh term deletion on safe keyboard (#242) & new: bgRunTip

This commit is contained in:
lollipopkit
2024-01-05 22:14:00 +08:00
parent b442e0f914
commit c337e959b5
14 changed files with 33 additions and 1 deletions

View File

@@ -139,7 +139,7 @@ class _SSHPageState extends State<SSHPage> with AutomaticKeepAliveClientMixin {
keyboardType: _keyboardType,
textStyle: _terminalStyle,
theme: _terminalTheme,
deleteDetection: isIOS,
deleteDetection: isMobile,
autofocus: true,
keyboardAppearance: _isDark ? Brightness.dark : Brightness.light,
hideScrollBar: false,