mirror of
https://github.com/ReVanced/revanced-manager.git
synced 2025-05-11 13:05:37 +02:00
fix: Only show share and install options if patching was successful
This commit is contained in:
parent
a3c14e0a51
commit
3bb5e70d1c
10 changed files with 23 additions and 21 deletions
|
@ -38,7 +38,7 @@ class OptionsFilePicker extends StatelessWidget {
|
|||
padding: const EdgeInsets.symmetric(horizontal: 4.0),
|
||||
child: Row(
|
||||
mainAxisAlignment: MainAxisAlignment.spaceBetween,
|
||||
children: [
|
||||
children: <Widget>[
|
||||
I18nText(
|
||||
optionName,
|
||||
child: Text(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue