diff --git a/lib/view/page/ssh/page.dart b/lib/view/page/ssh/page.dart index dd81d442..8a4d196a 100644 --- a/lib/view/page/ssh/page.dart +++ b/lib/view/page/ssh/page.dart @@ -310,7 +310,6 @@ class _SSHPageState extends State with AutomaticKeepAliveClientMixin { .toList(); }, name: (e) => e.name, - all: l10n.all, ); if (snippets == null || snippets.isEmpty) return; diff --git a/lib/view/widget/server_func_btns.dart b/lib/view/widget/server_func_btns.dart index fb2eeebf..ae36a948 100644 --- a/lib/view/widget/server_func_btns.dart +++ b/lib/view/widget/server_func_btns.dart @@ -122,7 +122,6 @@ void _onTapMoreBtns( .toList(); }, name: (e) => e.name, - all: l10n.all, ); if (snippets == null || snippets.isEmpty) return; final snippet = snippets.firstOrNull; diff --git a/pubspec.lock b/pubspec.lock index ca8f4a18..8e14a403 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -401,7 +401,7 @@ packages: description: path: "." ref: main - resolved-ref: a9ae446541c88b1b8d1b75c368dc5b88073963fc + resolved-ref: a2aa5359253ad83000ff2612ed2c5729cb0dcfc5 url: "https://github.com/lollipopkit/fl_lib" source: git version: "0.0.1"