mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-02 18:31:12 +02:00
menu: use new marker icons
Origin commit data
------------------
Commit: 7c02d13d2b
Author: vanhofen <vanhofen@gmx.de>
Date: 2018-01-04 (Thu, 04 Jan 2018)
Origin message was:
------------------
- menu: use new marker icons
This commit is contained in:
@@ -696,10 +696,10 @@ class CLockedMenuForwarder : public CMenuForwarder, public CPINProtection
|
|||||||
: CMenuForwarder(Text, Active, Option, Target, ActionKey, DirectKey, IconName, IconName_Info_right) ,CPINProtection(_validPIN)
|
: CMenuForwarder(Text, Active, Option, Target, ActionKey, DirectKey, IconName, IconName_Info_right) ,CPINProtection(_validPIN)
|
||||||
{
|
{
|
||||||
Ask = ask;
|
Ask = ask;
|
||||||
//if we in ask mode then show NEUTRINO_ICON_SCRAMBLED as default info icon or no icon,
|
//if we in ask mode then show NEUTRINO_ICON_MARKER_LOCK as default info icon or no icon,
|
||||||
//but use always an info icon if defined in parameter 'IconName_Info_right'
|
//but use always an info icon if defined in parameter 'IconName_Info_right'
|
||||||
if (IconName_Info_right || ask)
|
if (IconName_Info_right || ask)
|
||||||
iconName_Info_right = IconName_Info_right ? IconName_Info_right : NEUTRINO_ICON_LOCK;
|
iconName_Info_right = IconName_Info_right ? IconName_Info_right : NEUTRINO_ICON_MARKER_LOCK;
|
||||||
};
|
};
|
||||||
|
|
||||||
virtual int exec(CMenuTarget* parent);
|
virtual int exec(CMenuTarget* parent);
|
||||||
|
Reference in New Issue
Block a user