hdd_menu: allow formatting of removable drives

This commit is contained in:
Stefan Seyfried
2012-10-07 16:04:53 +02:00
parent 022f269e09
commit 59eee16d74

View File

@@ -225,7 +225,7 @@ int CHDDMenuHandler::doMenu ()
fscanf(f, "%d", &removable);
fclose(f);
bool enabled = !CNeutrinoApp::getInstance()->recordingstatus && !removable && !isroot;
bool enabled = !CNeutrinoApp::getInstance()->recordingstatus && !isroot;
snprintf(str, sizeof(str), "%s %s %lld %s", vendor, model, megabytes < 10000 ? megabytes : megabytes/1000, megabytes < 10000 ? "MB" : "GB");
printf("HDD: %s\n", str);