mirror of
https://github.com/zarzet/SpotiFLAC-Mobile.git
synced 2026-08-26 12:52:40 +02:00
fix(library): open folder actions on row tap
This commit is contained in:
@@ -1017,6 +1017,7 @@ class _LibrarySourceSettingsItem extends StatelessWidget {
|
||||
)
|
||||
: null,
|
||||
subtitle: pathLine == null ? details : '$pathLine\n$details',
|
||||
onTap: () => _showActions(context),
|
||||
trailing: Row(
|
||||
mainAxisSize: MainAxisSize.min,
|
||||
children: [
|
||||
@@ -1032,11 +1033,6 @@ class _LibrarySourceSettingsItem extends StatelessWidget {
|
||||
value: source.enabled,
|
||||
onChanged: enabled ? onEnabledChanged : null,
|
||||
),
|
||||
IconButton(
|
||||
tooltip: MaterialLocalizations.of(context).moreButtonTooltip,
|
||||
onPressed: () => _showActions(context),
|
||||
icon: const Icon(Icons.more_vert),
|
||||
),
|
||||
],
|
||||
),
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user