Skip to content

Commit

Permalink
Merge pull request #443 from Mindgamesnl/master
Browse files Browse the repository at this point in the history
bump dev
  • Loading branch information
Mindgamesnl authored Jul 8, 2024
2 parents 3138462 + 6f87d95 commit 28cd0ac
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 7 deletions.
14 changes: 7 additions & 7 deletions client/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,13 @@ export async function handleCreateMedia(data) {
if (muteRegions) {
debugLog('Incrementing region inhibit');
MediaManager.mixer.incrementInhibitor('REGION');
MediaManager.mixer.tick();
}

if (muteSpeakers) {
debugLog('Incrementing speaker inhibit');
MediaManager.mixer.incrementInhibitor('SPEAKER');
MediaManager.mixer.tick();
}

MediaManager.mixer.whenFinished(id, () => {
Expand Down
1 change: 1 addition & 0 deletions client/src/oa.css
Original file line number Diff line number Diff line change
Expand Up @@ -1215,6 +1215,7 @@ pre {
transparent,
color-mix(in srgb, transparent, var(--dark-primary-background) 70%) 100%
), var(--background-image);
background-size: cover;
background-position-y: center;
}

Expand Down
2 changes: 2 additions & 0 deletions client/src/views/client/pages/voice/voicepage.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,6 @@
color-mix(in srgb, transparent, #07020D 60%),
color-mix(in srgb, transparent, #07020D 70%) 100%
), var(--background-image);
background-size: cover;
background-position: center;
}

0 comments on commit 28cd0ac

Please sign in to comment.