Add config option to configure chat background
This commit is contained in:
parent
cad283e06b
commit
36f8448bf9
5 changed files with 37 additions and 6 deletions
2
js/ui.js
2
js/ui.js
|
|
@ -24,6 +24,8 @@ export const elements = {
|
|||
inputWahaUrl: document.getElementById('settings-waha-url'),
|
||||
inputSession: document.getElementById('settings-session'),
|
||||
inputApiKey: document.getElementById('settings-api-key'),
|
||||
inputBackgroundImage: document.getElementById('settings-background-image'),
|
||||
inputBackgroundOpacity: document.getElementById('settings-background-opacity'),
|
||||
loggedUserName: document.getElementById('pandora-username'),
|
||||
chatBottomBar: document.getElementById('chat-bottom-bar'),
|
||||
chatBottomBarBtn: document.getElementById('chat-bottom-bar-btn'),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue