SHA256
feat(ui): зелёная кнопка ответа и автообновление PWA
This commit is contained in:
@@ -46,7 +46,7 @@ function ensureUi() {
|
||||
|
||||
acceptBtn = document.createElement('button');
|
||||
acceptBtn.type = 'button';
|
||||
acceptBtn.className = 'primary-btn';
|
||||
acceptBtn.className = 'call-accept-btn';
|
||||
acceptBtn.textContent = 'Ответить';
|
||||
acceptBtn.addEventListener('click', async () => {
|
||||
await acceptIncomingCall();
|
||||
|
||||
Reference in New Issue
Block a user