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() {