fix: linux build script

This commit is contained in:
lollipopkit
2024-01-22 17:45:17 +08:00
parent 83dccfda1a
commit 2ead60a13a
7 changed files with 48 additions and 42 deletions

View File

@@ -95,7 +95,8 @@ class ServerFuncBtns extends StatelessWidget {
// );
return Row(
mainAxisAlignment: MainAxisAlignment.spaceAround,
children: Stores.setting.serverFuncBtns.fetch()
children: Stores.setting.serverFuncBtns
.fetch()
.map(
(e) => IconButton(
onPressed: () => _onTapMoreBtns(e, spi, context),