Make BlockKrisp Work on Stable

This commit is contained in:
thororen1234 2025-01-29 12:34:16 -05:00
parent 191742245d
commit 0fd624b282

View file

@ -24,8 +24,8 @@ export default definePlugin({
{ {
find: "krisp_browser_models", find: "krisp_browser_models",
replacement: { replacement: {
match: /(\i,\{\i:\(\)=>)\i/, match: /(\i:)(\(\)=>|function\(\){return )\i/,
replace: "$1null" replace: "$1$2null"
} }
}, },
// Set Krisp to not supported // Set Krisp to not supported