mirror of
https://github.com/Equicord/Equicord.git
synced 2025-06-17 02:17:03 -04:00
fix showConnections & better webpack errors
This commit is contained in:
parent
93a95b6d56
commit
a2560ede1c
2 changed files with 9 additions and 4 deletions
|
@ -31,7 +31,7 @@ import { User } from "discord-types/general";
|
|||
|
||||
import { VerifiedIcon } from "./VerifiedIcon";
|
||||
|
||||
const Section = findComponentByCodeLazy(".lastSection]: ");
|
||||
const Section = findComponentByCodeLazy(".lastSection", "children:");
|
||||
const ThemeStore = findStoreLazy("ThemeStore");
|
||||
const platforms: { get(type: string): ConnectionPlatform; } = findByPropsLazy("isSupported", "getByUrl");
|
||||
const getTheme: (user: User, displayProfile: any) => any = findByCodeLazy(',"--profile-gradient-primary-color"');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue