Support room color in settings
Signed-off-by: Travis Ralston <travpc@gmail.com>
This commit is contained in:
parent
bb5f7bed85
commit
358298e4ee
4 changed files with 38 additions and 21 deletions
|
@ -209,4 +209,12 @@ export const SETTINGS = {
|
|||
},
|
||||
default: true,
|
||||
},
|
||||
"roomColor": {
|
||||
supportedLevels: LEVELS_ROOM_SETTINGS_WITH_ROOM,
|
||||
displayName: _td("Room Colour"),
|
||||
default: {
|
||||
primary_color: null, // Hex string, eg: #000000
|
||||
secondary_color: null, // Hex string, eg: #000000
|
||||
},
|
||||
},
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue