From ac89f392e336a467e7a9f77ffe8a69cd207b84a3 Mon Sep 17 00:00:00 2001 From: jgaribsin Date: Sun, 28 Jul 2024 15:44:22 -0600 Subject: [PATCH] removed nav disable --- src/pages/InstallOptions.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/pages/InstallOptions.vue b/src/pages/InstallOptions.vue index 56f561a..b33b1d4 100644 --- a/src/pages/InstallOptions.vue +++ b/src/pages/InstallOptions.vue @@ -29,7 +29,8 @@ const installerSpaceNeeded = requiredSpaceInGb.value.installer; const drehmalSpaceNeeded = requiredSpaceInGb.value[installType.value]; // disable next navigation button until disk space is checked -disableNextNav.value = true; +// disableNextNav.value = true; +disableNextNav.value = false; // NOTE: check disabled due to inconsistency // check if user has enough disk space for the installer itself and drehmal async function checkDiskSpace() {