mirror of
https://github.com/KRTirtho/spotube.git
synced 2025-09-17 17:35:16 +00:00
Compare commits
2 Commits
460738fc11
...
48b8d7fc28
Author | SHA1 | Date | |
---|---|---|---|
![]() |
48b8d7fc28 | ||
![]() |
3ff0f6dd27 |
@ -138,8 +138,10 @@ class LocalLibraryPage extends HookConsumerWidget {
|
|||||||
icon: Column(
|
icon: Column(
|
||||||
mainAxisSize: MainAxisSize.min,
|
mainAxisSize: MainAxisSize.min,
|
||||||
children: [
|
children: [
|
||||||
const Icon(SpotubeIcons.delete),
|
const Expanded(child: Icon(SpotubeIcons.delete)),
|
||||||
Text(context.l10n.clear_cache)
|
Text(
|
||||||
|
context.l10n.clear_cache,
|
||||||
|
)
|
||||||
],
|
],
|
||||||
).xSmall().iconSmall(),
|
).xSmall().iconSmall(),
|
||||||
onPressed: () async {
|
onPressed: () async {
|
||||||
@ -180,7 +182,7 @@ class LocalLibraryPage extends HookConsumerWidget {
|
|||||||
icon: Column(
|
icon: Column(
|
||||||
mainAxisSize: MainAxisSize.min,
|
mainAxisSize: MainAxisSize.min,
|
||||||
children: [
|
children: [
|
||||||
const Icon(SpotubeIcons.export),
|
const Expanded(child: Icon(SpotubeIcons.export)),
|
||||||
Text(
|
Text(
|
||||||
context.l10n.export,
|
context.l10n.export,
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user