Fix 2 broken patches

This commit is contained in:
thororen1234 2024-09-09 23:01:38 -04:00
parent 4d64d23021
commit 081bacd190
2 changed files with 2 additions and 2 deletions

View file

@ -30,7 +30,7 @@ export default definePlugin({
},
// Set Krisp to not supported
{
find: "\"shouldSkipMuteUnmuteSound\"",
find: "isNoiseCancellationSupported(){",
replacement: {
match: /isNoiseCancellationSupported\(\)\{/,
replace: "$&return false;"