opt.: terminal selection

This commit is contained in:
lollipopkit
2024-04-22 01:19:07 +08:00
parent d94b2a7805
commit 4044f43808
10 changed files with 103 additions and 37 deletions

View File

@@ -514,7 +514,7 @@ class _ServerPageState extends State<ServerPage>
),
actions: [
TextButton(
onPressed: () => Shares.copy(ss.err!),
onPressed: () => Shares.copy(ss.err ?? l10n.unknownError),
child: Text(l10n.copy),
)
],