mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-02-04 23:35:02 +00:00
Meetings list on-screen with Mock VC
This commit is contained in:
@@ -25,7 +25,7 @@ namespace PepperDash.Essentials
|
||||
{
|
||||
public BoolInputSig SelectedSig { get; private set; }
|
||||
public BoolInputSig VisibleSig { get; private set; }
|
||||
BoolOutputSig OutputSig;
|
||||
public BoolOutputSig OutputSig { get; private set; }
|
||||
StringInputSig IconSig;
|
||||
|
||||
public HeaderListButton(SmartObjectHeaderButtonList list, uint index)
|
||||
@@ -37,11 +37,6 @@ namespace PepperDash.Essentials
|
||||
IconSig = so.StringInput["Set Item " + index + " Icon Serial"];
|
||||
}
|
||||
|
||||
public void SetBoolFalseAction(Action a)
|
||||
{
|
||||
OutputSig.SetSigFalseAction(a);
|
||||
}
|
||||
|
||||
public void SetIcon(string i)
|
||||
{
|
||||
IconSig.StringValue = i;
|
||||
|
||||
Reference in New Issue
Block a user