mirror of
https://github.com/GitJournal/GitJournal.git
synced 2025-07-03 23:00:04 +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(
|
var addIcon = IconButton(
|
||||||
icon: Icon(Icons.add),
|
icon: Icon(Icons.attach_file),
|
||||||
onPressed: () {
|
onPressed: () {
|
||||||
showModalBottomSheet(
|
showModalBottomSheet(
|
||||||
context: context,
|
context: context,
|
||||||
|
Reference in New Issue
Block a user