mirror of
https://github.com/Equicord/Equicord.git
synced 2025-06-18 02:47:03 -04:00
Fix broken patches
This commit is contained in:
parent
e1f8b3cb30
commit
0983a038f1
3 changed files with 5 additions and 5 deletions
|
@ -195,7 +195,7 @@ export default definePlugin({
|
|||
|
||||
// Add back "Show My Camera" context menu
|
||||
{
|
||||
find: '.default("MediaEngineWebRTC");',
|
||||
find: '"MediaEngineWebRTC");',
|
||||
replacement: {
|
||||
match: /supports\(\i\)\{switch\(\i\)\{case (\i).Features/,
|
||||
replace: "$&.DISABLE_VIDEO:return true;case $1.Features"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue