mirror of
https://github.com/Equicord/Equicord.git
synced 2025-06-22 21:07:00 -04:00
VoiceMessages: properly respect user's microphone choice (#2602)
This commit is contained in:
parent
e9e789be70
commit
76f6912511
3 changed files with 6 additions and 0 deletions
|
@ -17,5 +17,7 @@
|
|||
*/
|
||||
|
||||
import { classNameFactory } from "@api/Styles";
|
||||
import { findStoreLazy } from "@webpack";
|
||||
|
||||
export const MediaEngineStore = findStoreLazy("MediaEngineStore");
|
||||
export const cl = classNameFactory("vc-vmsg-");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue