mirror of
https://github.com/lollipopkit/flutter_server_box.git
synced 2025-12-18 07:44:26 +01:00
chore: l10n
This commit is contained in:
@@ -60,7 +60,7 @@ class ServerFuncBtns extends StatelessWidget {
|
||||
mainAxisAlignment: MainAxisAlignment.spaceAround,
|
||||
children: btns
|
||||
.map(
|
||||
(e) => Stores.setting.moveOutServerTabFuncBtns.fetch()
|
||||
(e) => Stores.setting.moveServerFuncs.fetch()
|
||||
? IconButton(
|
||||
onPressed: () => _onTapMoreBtns(e, spi, context),
|
||||
padding: EdgeInsets.zero,
|
||||
|
||||
Reference in New Issue
Block a user