fix(ui): Show the flash button on the Server Storage screen

pull/506/head
Inex Code 2024-05-25 12:31:21 +03:00
parent e431149d33
commit 2edacf5f7a
1 changed files with 1 additions and 0 deletions

View File

@ -46,6 +46,7 @@ class _ServerStoragePageState extends State<ServerStoragePage> {
hasBackButton: true,
heroTitle: 'storage.card_title'.tr(),
bodyPadding: const EdgeInsets.symmetric(vertical: 16.0),
hasFlashButton: true,
children: [
...widget.diskStatus.diskVolumes.map(
(final volume) => Column(