mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-28 07:51:19 +02:00
Icons: change check markers, rename to dialog on/off, add update marker
This commit is contained in:
@@ -673,7 +673,7 @@ int CFlashUpdate::exec(CMenuTarget* parent, const std::string &actionKey)
|
||||
bool active = !strcmp(c, to_string(i).c_str());
|
||||
std::string m_title = "Partition " + to_string(i);
|
||||
mf = new CMenuForwarder(m_title, true, NULL, selector, to_string(i).c_str(), CRCInput::convertDigitToKey(i));
|
||||
mf->iconName_Info_right = active ? NEUTRINO_ICON_CHECKMARK : NULL;
|
||||
mf->iconName_Info_right = active ? NEUTRINO_ICON_MARKER_DIALOG_OK : NULL;
|
||||
m.addItem(mf, active);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user