opts: new logs page

This commit is contained in:
lollipopkit
2023-01-27 17:05:47 +08:00
parent 877b93ae3a
commit 092c3f522a
6 changed files with 53 additions and 17 deletions

View File

@@ -14,7 +14,7 @@ class _DebugPageState extends State<DebugPage> {
Widget build(BuildContext context) {
return Scaffold(
appBar: AppBar(
title: const Text('App log'),
title: const Text('Logs'),
backgroundColor: Colors.black,
),
body: _buildTerminal(context),