Update README.md

This commit is contained in:
lollipopkit
2023-05-28 19:49:17 +08:00
parent edaffb736c
commit 0837f1619a
8 changed files with 24 additions and 21 deletions

View File

@@ -65,6 +65,7 @@ class _EditorPageState extends State<EditorPage> {
return Scaffold(
backgroundColor: _codeTheme['root']!.backgroundColor,
appBar: AppBar(
centerTitle: true,
title: TwoLineText(up: getFileName(widget.path) ?? '', down: _s.editor),
actions: [
PopupMenuButton(