mirror of
https://github.com/KRTirtho/spotube.git
synced 2025-09-17 09:25:17 +00:00
Compare commits
2 Commits
fb362b9cfc
...
460738fc11
Author | SHA1 | Date | |
---|---|---|---|
![]() |
460738fc11 | ||
![]() |
3ff0f6dd27 |
@ -136,8 +136,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 {
|
||||
@ -178,7 +180,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