new: more battery data & fix: auto reload
This commit is contained in:
@@ -113,7 +113,7 @@ class _PrivateKeyEditPageState extends State<PrivateKeyEditPage> {
|
||||
)
|
||||
];
|
||||
return CustomAppBar(
|
||||
title: Text(l10n.edit, style: UIs.textSize18),
|
||||
title: Text(l10n.edit, style: UIs.text18),
|
||||
actions: widget.pki == null ? null : actions,
|
||||
);
|
||||
}
|
||||
|
||||
@@ -30,7 +30,7 @@ class _PrivateKeyListState extends State<PrivateKeysListPage>
|
||||
Widget build(BuildContext context) {
|
||||
return Scaffold(
|
||||
appBar: CustomAppBar(
|
||||
title: Text(l10n.privateKey, style: UIs.textSize18),
|
||||
title: Text(l10n.privateKey, style: UIs.text18),
|
||||
),
|
||||
body: _buildBody(),
|
||||
floatingActionButton: FloatingActionButton(
|
||||
|
||||
Reference in New Issue
Block a user