mirror of
https://github.com/Vendicated/Vencord.git
synced 2025-01-26 09:16:24 +00:00
dont manage the style
This commit is contained in:
parent
bff27a91cb
commit
c8fa84b8a5
1 changed files with 1 additions and 9 deletions
|
@ -15,7 +15,7 @@ import definePlugin, { OptionType } from "@utils/types";
|
||||||
import { useEffect, UserProfileStore, useStateFromStores } from "@webpack/common";
|
import { useEffect, UserProfileStore, useStateFromStores } from "@webpack/common";
|
||||||
import { User } from "discord-types/general";
|
import { User } from "discord-types/general";
|
||||||
|
|
||||||
import style from "./index.css";
|
import "./index.css";
|
||||||
|
|
||||||
const settings = definePluginSettings({
|
const settings = definePluginSettings({
|
||||||
animate: {
|
animate: {
|
||||||
|
@ -83,14 +83,6 @@ export default definePlugin({
|
||||||
|
|
||||||
],
|
],
|
||||||
|
|
||||||
start() {
|
|
||||||
enableStyle(style);
|
|
||||||
},
|
|
||||||
|
|
||||||
stop() {
|
|
||||||
disableStyle(style);
|
|
||||||
},
|
|
||||||
|
|
||||||
memberListBanner: ErrorBoundary.wrap(({ user }: { user: User; }) => {
|
memberListBanner: ErrorBoundary.wrap(({ user }: { user: User; }) => {
|
||||||
const url = useFetchMemberProfile(user.id);
|
const url = useFetchMemberProfile(user.id);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue