Update installer_view.dart

This commit is contained in:
Benjamin Halko 2024-02-28 09:06:07 -08:00
parent cb686dabc7
commit a8bdafe952

View File

@ -47,7 +47,7 @@ class InstallerView extends StatelessWidget {
model.cleanPatcher(),
Navigator.of(context).pop(),
}
: () => model.installResult(context),
: () => model.installTypeDialog(context),
elevation: 0,
),
),