mirror of
https://github.com/ReVanced/revanced-manager.git
synced 2025-05-11 21:15:37 +02:00
fix: hide install button on error
This commit is contained in:
parent
166a3180d3
commit
42e41c399f
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ class InstallerView extends StatelessWidget {
|
|||
bottom: false,
|
||||
child: Scaffold(
|
||||
floatingActionButton: Visibility(
|
||||
visible: !model.isPatching,
|
||||
visible: !model.isPatching && !model.hasErrors,
|
||||
child: FloatingActionButton.extended(
|
||||
label: I18nText('installerView.installButton'),
|
||||
icon: const Icon(Icons.file_download_outlined),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue