diff --git a/lib/screens/files/file_list.dart b/lib/screens/files/file_list.dart index 9357cfc8..35fd2416 100644 --- a/lib/screens/files/file_list.dart +++ b/lib/screens/files/file_list.dart @@ -106,7 +106,7 @@ class FileListScreen extends HookConsumerWidget { }, [selectedPool.value, includeRecycled.value]); return AppScaffold( - appBar: AppBar(title: Text('Files')), + appBar: AppBar(title: Text('Files'), leading: const PageBackButton()), body: usageAsync.when( data: (usage) => quotaAsync.when(