hdd-menu: show filesystems in a pulldown menu

Origin commit data
------------------
Branch: ni/coolstream
Commit: b329029df0
Author: vanhofen <vanhofen@gmx.de>
Date: 2021-01-28 (Thu, 28 Jan 2021)

Origin message was:
------------------
- hdd-menu: show filesystems in a pulldown menu

------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
vanhofen
2021-01-28 23:41:00 +01:00
parent 17a104c117
commit db7fcee47c

View File

@@ -649,7 +649,7 @@ int CHDDMenuHandler::showDeviceMenu(std::string dev)
if (found) if (found)
hddmenu->addItem(new CMenuSeparator(CMenuSeparator::LINE)); hddmenu->addItem(new CMenuSeparator(CMenuSeparator::LINE));
CMenuOptionChooser * mc = new CMenuOptionChooser(LOCALE_HDD_FS, &g_settings.hdd_fs, fsoptions, opcount, mkfs_enabled); CMenuOptionChooser * mc = new CMenuOptionChooser(LOCALE_HDD_FS, &g_settings.hdd_fs, fsoptions, opcount, mkfs_enabled, NULL, RC_NOKEY, NULL, true);
mc->setHint("", LOCALE_MENU_HINT_HDD_FMT); mc->setHint("", LOCALE_MENU_HINT_HDD_FMT);
hddmenu->addItem(mc); hddmenu->addItem(mc);