mirror of
https://github.com/ReVanced/revanced-manager.git
synced 2025-05-11 21:15:37 +02:00
fix: app listing on Home View
This commit is contained in:
parent
d351b86f41
commit
750f035104
13 changed files with 127 additions and 50 deletions
|
@ -32,7 +32,9 @@ class PatchSelectorCard extends StatelessWidget {
|
|||
crossAxisAlignment: CrossAxisAlignment.start,
|
||||
children: [
|
||||
I18nText(
|
||||
'patchSelectorCard.widgetTitle',
|
||||
locator<PatchesSelectorViewModel>().selectedPatches.isEmpty
|
||||
? 'patchSelectorCard.widgetTitle'
|
||||
: 'patchSelectorCard.widgetTitleSelected',
|
||||
child: Text(
|
||||
'',
|
||||
style: GoogleFonts.roboto(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue