Icons: change check markers, rename to dialog on/off, add update marker

Origin commit data
------------------
Commit: 1ebe774077
Author: Thilo Graf <dbt@novatux.de>
Date: 2018-04-11 (Wed, 11 Apr 2018)
This commit is contained in:
2018-04-11 23:58:16 +02:00
committed by vanhofen
parent e02bee6b85
commit 83576a96eb
9 changed files with 21 additions and 14 deletions

View File

@@ -675,7 +675,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);
}