mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-04-13 04:26:49 +00:00
favorites through to UI:
This commit is contained in:
parent
54f23eeb9f
commit
3e923ff41f
4 changed files with 50 additions and 4 deletions
|
|
@ -86,7 +86,7 @@ namespace PepperDash.Essentials
|
|||
/// <summary>
|
||||
/// 1201
|
||||
/// </summary>
|
||||
public const uint VCKeypadVisible = 1201;
|
||||
public const uint VCKeypadWithFavoritesVisible = 1201;
|
||||
/// <summary>
|
||||
/// 1202
|
||||
/// </summary>
|
||||
|
|
@ -95,6 +95,10 @@ namespace PepperDash.Essentials
|
|||
///
|
||||
/// </summary>
|
||||
public const uint VCStagingActivePopoverVisible = 1203;
|
||||
/// <summary>
|
||||
///
|
||||
/// </summary>
|
||||
public const uint VCKeypadVisible = 1204;
|
||||
/// <summary>
|
||||
/// 1205
|
||||
/// </summary>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue