Revert "Make BlockKrisp Work on Stable"

This reverts commit 0fd624b282.
This commit is contained in:
thororen1234 2025-01-29 13:29:39 -05:00
parent 0fd624b282
commit 3b2d43e682

View file

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