Browse Source

fix post edit UI

pull/18/head
Sun 4 years ago
parent
commit
7b5fac01d0
  1. 1
      lib/apps/file/editor.dart

1
lib/apps/file/editor.dart

@ -160,6 +160,7 @@ class _EditorPageState extends State<EditorPage> { @@ -160,6 +160,7 @@ class _EditorPageState extends State<EditorPage> {
onPressed: this._edit ? () => setState(() { this._nameEdit = true; }) : null,
),
actions: [
const SizedBox(width: 10.0),
if (this._edit)
IconButton(icon: Icon(Icons.save_rounded), onPressed: () => save(lang.saveOk)),
if (this._edit)

Loading…
Cancel
Save