new: force delete docker container

This commit is contained in:
lollipopkit
2023-11-22 00:17:19 -06:00
parent b696cdff08
commit d1d11e7b70
6 changed files with 76 additions and 31 deletions

View File

@@ -34,6 +34,7 @@ class _SSHTabPageState extends State<SSHTabPage>
controller: _tabController,
tabs: _tabIds.keys.map(_buildTabItem).toList(),
isScrollable: true,
dividerColor: Colors.transparent,
),
body: _buildBody(),
);