mirror of
https://github.com/Equicord/Equicord.git
synced 2025-06-16 18:07:02 -04:00
Some porting
This commit is contained in:
parent
89c4e489f5
commit
ea8c134159
24 changed files with 111 additions and 100 deletions
|
@ -58,8 +58,8 @@ if (IS_VESKTOP || !IS_VANILLA) {
|
|||
try {
|
||||
if (RendererSettings.store.enableReactDevtools)
|
||||
installExt("fmkadmapgofadopljbjfkapdkoienihi")
|
||||
.then(() => console.info("[Vencord] Installed React Developer Tools"))
|
||||
.catch(err => console.error("[Vencord] Failed to install React Developer Tools", err));
|
||||
.then(() => console.info("[Equicord] Installed React Developer Tools"))
|
||||
.catch(err => console.error("[Equicord] Failed to install React Developer Tools", err));
|
||||
} catch { }
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue