mirror of
https://github.com/ReVanced/revanced-manager
synced 2026-05-01 03:47:02 +02:00
fix: Only show share and install options if patching was successful
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user