mirror of
https://github.com/GitJournal/GitJournal.git
synced 2025-07-03 05:59:37 +08:00
NoteEditor: Convert addIcon to attach icon
It's more accurate.
This commit is contained in:
@ -132,7 +132,7 @@ class EditorBottomBar extends StatelessWidget {
|
||||
}
|
||||
|
||||
var addIcon = IconButton(
|
||||
icon: Icon(Icons.add),
|
||||
icon: Icon(Icons.attach_file),
|
||||
onPressed: () {
|
||||
showModalBottomSheet(
|
||||
context: context,
|
||||
|
Reference in New Issue
Block a user