From 07ad99d7c4f8c52930442a34d316e634435bd75a Mon Sep 17 00:00:00 2001
From: Matthias Nott <mnott@mnsoft.org>
Date: Mon, 23 Mar 2026 10:18:46 +0100
Subject: [PATCH] feat: attach button with camera, gallery, and file picker
---
lib/widgets/command_bar.dart | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/lib/widgets/command_bar.dart b/lib/widgets/command_bar.dart
index 8d5e52b..583978c 100644
--- a/lib/widgets/command_bar.dart
+++ b/lib/widgets/command_bar.dart
@@ -45,7 +45,7 @@
),
_CommandButton(
icon: Icons.attach_file,
- label: 'Photo',
+ label: 'Attach',
onTap: onPhoto,
),
_CommandButton(
--
Gitblit v1.3.1