From f329a710295deed3c15f2acff9a519c0a70e98e1 Mon Sep 17 00:00:00 2001 From: dsc Date: Mon, 14 Jan 2019 01:02:44 +0100 Subject: Wizard redesign --- src/daemon/DaemonManager.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/daemon/DaemonManager.cpp b/src/daemon/DaemonManager.cpp index 09507a4a..a70f551b 100644 --- a/src/daemon/DaemonManager.cpp +++ b/src/daemon/DaemonManager.cpp @@ -275,9 +275,9 @@ QVariantMap DaemonManager::validateDataDir(const QString &dataDir) const valid = false; } - // Make sure there is 20GB storage available + // Make sure there is 75GB storage available storageAvailable = storage.bytesAvailable()/1000/1000/1000; - if (storageAvailable < 20) { + if (storageAvailable < 75) { valid = false; } } else { -- cgit v1.2.3