feat: turn off countly

This commit is contained in:
lollipopkit
2024-04-23 00:58:04 +08:00
parent 1249055668
commit 73f2926469
20 changed files with 61 additions and 38 deletions

View File

@@ -189,7 +189,8 @@ class _SSHPageState extends State<SSHPage> with AutomaticKeepAliveClientMixin {
return SingleChildScrollView(
scrollDirection: Axis.horizontal,
child: Row(
children: _virtKeysList.expand((e) => e).map(_buildVirtKeyItem).toList(),
children:
_virtKeysList.expand((e) => e).map(_buildVirtKeyItem).toList(),
),
);
}