feat: discover local ssh server (#921)

This commit is contained in:
lollipopkit🏳️‍⚧️
2025-09-19 23:29:01 +08:00
committed by GitHub
parent 17db393c12
commit f68c4a851b
48 changed files with 3728 additions and 1928 deletions

View File

@@ -36,7 +36,7 @@ final class _AppAboutPageState extends State<_AppAboutPage> with AutomaticKeepAl
),
Btn.elevated(
icon: const Icon(MingCute.question_fill),
text: l10n.license,
text: libL10n.license,
onTap: () => showLicensePage(context: context),
),
].joinWith(UIs.width13),