mirror of
https://github.com/ReVanced/revanced-manager.git
synced 2024-11-10 01:01:56 +01:00
fix: Fix typo on menu options visibility
This commit is contained in:
parent
ef3685c817
commit
a178afce99
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ class InstallerView extends StatelessWidget {
|
|||
),
|
||||
actions: <Widget>[
|
||||
Visibility(
|
||||
visible: !model.isPatching && model.hasErrors,
|
||||
visible: !model.isPatching && !model.hasErrors,
|
||||
child: CustomPopupMenu(
|
||||
onSelected: (value) => model.onMenuSelection(value),
|
||||
children: {
|
||||
|
|
Loading…
Reference in a new issue