Update README.md
This commit is contained in:
@@ -2,8 +2,8 @@
|
||||
|
||||
class BuildData {
|
||||
static const String name = "ServerBox";
|
||||
static const int build = 329;
|
||||
static const String engine = "3.10.0";
|
||||
static const String buildAt = "2023-05-27 22:51:11.684423";
|
||||
static const int build = 333;
|
||||
static const String engine = "3.10.2";
|
||||
static const String buildAt = "2023-05-28 19:42:38.911830";
|
||||
static const int modifications = 7;
|
||||
}
|
||||
|
||||
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user