mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-04-12 03:57:27 +00:00
Seems to work except dynamic graphics for logos and QR code
This commit is contained in:
parent
edd01785d5
commit
66c481e3dc
5 changed files with 58 additions and 5 deletions
|
|
@ -342,6 +342,7 @@ namespace PepperDash.Essentials
|
|||
|
||||
this.LogoUrlLightBkgnd = PropertiesConfig.LogoLight.GetLogoUrlLight();
|
||||
this.LogoUrlDarkBkgnd = PropertiesConfig.LogoDark.GetLogoUrlDark();
|
||||
|
||||
this.SourceListKey = PropertiesConfig.SourceListKey;
|
||||
this.DefaultSourceItem = PropertiesConfig.DefaultSourceItem;
|
||||
this.DefaultVolume = (ushort)(PropertiesConfig.Volumes.Master.Level * 65535 / 100);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue