added warning for failed file checksum veification

This commit is contained in:
dstark5
2024-02-04 17:26:11 +05:30
parent 73a294fb89
commit 95288271fa
7 changed files with 67 additions and 16 deletions

View File

@ -114,7 +114,7 @@ class _HomePageState extends ConsumerState<HomePage> {
return Scaffold(
appBar: AppBar(
backgroundColor: Theme.of(context).colorScheme.primary,
backgroundColor: Theme.of(context).colorScheme.background,
title: const Text("Openlib"),
titleTextStyle: Theme.of(context).textTheme.displayLarge,
),