mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-30 08:51:04 +02:00
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:
@@ -649,7 +649,7 @@ int CHDDMenuHandler::showDeviceMenu(std::string dev)
|
||||
if (found)
|
||||
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);
|
||||
hddmenu->addItem(mc);
|
||||
|
||||
|
Reference in New Issue
Block a user