- fix share - logo
This commit is contained in:
@ -47,8 +47,10 @@ class _MediaGridState extends State<MediaGrid> {
|
||||
return Scaffold(
|
||||
key: scaffoldKey,
|
||||
appBar: AppBar(
|
||||
//centerTitle: true,
|
||||
title: Text('fApp v${AppVersion.version}'),
|
||||
title: Image.asset(
|
||||
'assets/images/f0ck_small.webp',
|
||||
fit: BoxFit.fitHeight,
|
||||
),
|
||||
actions: [
|
||||
IconButton(
|
||||
icon: Icon(
|
||||
|
Reference in New Issue
Block a user