mirror of
https://github.com/lollipopkit/flutter_server_box.git
synced 2025-12-17 23:34:24 +01:00
new: more battery data & fix: auto reload
This commit is contained in:
@@ -33,7 +33,7 @@ class BackupPage extends StatelessWidget {
|
||||
Widget build(BuildContext context) {
|
||||
return Scaffold(
|
||||
appBar: CustomAppBar(
|
||||
title: Text(l10n.backupAndRestore, style: UIs.textSize18),
|
||||
title: Text(l10n.backupAndRestore, style: UIs.text18),
|
||||
),
|
||||
body: _buildBody(context),
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user