mirror of
https://github.com/lollipopkit/flutter_server_box.git
synced 2025-12-17 07:14:28 +01:00
opt.: use ssh term to decompress (#519)
This commit is contained in:
@@ -54,7 +54,7 @@ class _SnippetEditPageState extends State<SnippetEditPage>
|
||||
'${libL10n.delete} ${l10n.snippet}(${widget.snippet!.name})',
|
||||
)),
|
||||
actions: Btn.ok(
|
||||
onTap: (c) {
|
||||
onTap: () {
|
||||
Pros.snippet.del(widget.snippet!);
|
||||
context.pop();
|
||||
context.pop();
|
||||
|
||||
Reference in New Issue
Block a user