mirror of
https://github.com/Equicord/Equicord.git
synced 2025-06-19 19:37:01 -04:00
Merge remote-tracking branch 'upstream/dev' into dev
This commit is contained in:
commit
e4fcd54183
17 changed files with 86 additions and 133 deletions
|
@ -100,6 +100,7 @@ export default definePlugin({
|
|||
replace: "true"
|
||||
},
|
||||
{
|
||||
// FIXME(Bundler change related): Remove old compatiblity once enough time has passed
|
||||
match: /(!)?\(0,\i\.isDesktop\)\(\)/,
|
||||
replace: (_, not) => not ? "false" : "true"
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue