Skip to content

Commit

Permalink
[mirotalk] - improve progressbar
Browse files Browse the repository at this point in the history
  • Loading branch information
miroslavpejic85 committed Jan 5, 2025
1 parent 93041d8 commit cbab76a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 4 additions & 0 deletions public/css/client.css
Original file line number Diff line number Diff line change
Expand Up @@ -1441,6 +1441,10 @@ input:checked + .slider:before {
background: var(--body-bg);
}

.swal2-timer-progress-bar {
background-color: #1d8ecd !important;
}

.img-about {
margin: 0 !important;
}
Expand Down
4 changes: 0 additions & 4 deletions public/js/client.js
Original file line number Diff line number Diff line change
Expand Up @@ -5867,10 +5867,6 @@ async function getAudioConstraints() {
}
console.log('Audio constraints', constraints);
return constraints;
// return {
// echoCancellation: true,
// noiseSuppression: true,
// };
}

/**
Expand Down

0 comments on commit cbab76a

Please sign in to comment.