mirror of
https://github.com/KRTirtho/spotube.git
synced 2025-12-06 07:29:42 +00:00
Merge 3ff0f6dd27 into e61b79585e
This commit is contained in:
commit
08d41e3b66
@ -138,8 +138,10 @@ class LocalLibraryPage extends HookConsumerWidget {
|
||||
icon: Column(
|
||||
mainAxisSize: MainAxisSize.min,
|
||||
children: [
|
||||
const Icon(SpotubeIcons.delete),
|
||||
Text(context.l10n.clear_cache)
|
||||
const Expanded(child: Icon(SpotubeIcons.delete)),
|
||||
Text(
|
||||
context.l10n.clear_cache,
|
||||
)
|
||||
],
|
||||
).xSmall().iconSmall(),
|
||||
onPressed: () async {
|
||||
@ -180,7 +182,7 @@ class LocalLibraryPage extends HookConsumerWidget {
|
||||
icon: Column(
|
||||
mainAxisSize: MainAxisSize.min,
|
||||
children: [
|
||||
const Icon(SpotubeIcons.export),
|
||||
const Expanded(child: Icon(SpotubeIcons.export)),
|
||||
Text(
|
||||
context.l10n.export,
|
||||
)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user