v1.1.5+35

- overlay buttons
- encrypted storage
- downloadbutton (wip)
This commit is contained in:
2025-06-07 20:32:24 +02:00
parent 43c42ac0d5
commit 1cd10b3809
4 changed files with 35 additions and 6 deletions

View File

@ -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>(