mirror of
https://github.com/Equicord/Equicord.git
synced 2025-01-31 03:33:36 -05:00
Revert "Make BlockKrisp Work on Stable"
This reverts commit 0fd624b282
.
This commit is contained in:
parent
0fd624b282
commit
3b2d43e682
1 changed files with 2 additions and 2 deletions
|
@ -24,8 +24,8 @@ export default definePlugin({
|
|||
{
|
||||
find: "krisp_browser_models",
|
||||
replacement: {
|
||||
match: /(\i:)(\(\)=>|function\(\){return )\i/,
|
||||
replace: "$1$2null"
|
||||
match: /(\i,\{\i:\(\)=>)\i/,
|
||||
replace: "$1null"
|
||||
}
|
||||
},
|
||||
// Set Krisp to not supported
|
||||
|
|
Loading…
Reference in a new issue