v1.1.5+35
- overlay buttons - encrypted storage - downloadbutton (wip)
This commit is contained in:
@ -106,9 +106,9 @@ class _DetailViewState extends ConsumerState<DetailView> {
|
||||
title: Text('f0ck #${mediaState.mediaItems[_currentIndex].id}'),
|
||||
actions: [
|
||||
IconButton(
|
||||
icon: Icon(mediaState.muted ? Icons.volume_off : Icons.volume_up),
|
||||
icon: Icon(Icons.download),
|
||||
onPressed: () {
|
||||
mediaNotifier.toggleMute();
|
||||
// wip
|
||||
},
|
||||
),
|
||||
PopupMenuButton<String>(
|
||||
|
Reference in New Issue
Block a user