Signed-off-by: dom <githubaccount56556@proton.me>
This commit is contained in:
dom
2026-03-23 17:45:23 +08:00
parent 0957dfc66e
commit 2220372e4f
43 changed files with 99 additions and 96 deletions

View File

@@ -53,7 +53,7 @@ class _MyReplyState extends State<MyReply> with DynMixin {
tooltip: 'Clear',
onPressed: () => showConfirmDialog(
context: context,
title: 'Clear Local Storage?',
title: const Text('Clear Local Storage?'),
onConfirm: () {
GStorage.reply!.clear();
_replies.clear();