mirror of
https://github.com/Vendicated/Vencord.git
synced 2025-01-25 00:36:23 +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 { User } from "discord-types/general";
|
||||
|
||||
import style from "./index.css";
|
||||
import "./index.css";
|
||||
|
||||
const settings = definePluginSettings({
|
||||
animate: {
|
||||
|
@ -83,14 +83,6 @@ export default definePlugin({
|
|||
|
||||
],
|
||||
|
||||
start() {
|
||||
enableStyle(style);
|
||||
},
|
||||
|
||||
stop() {
|
||||
disableStyle(style);
|
||||
},
|
||||
|
||||
memberListBanner: ErrorBoundary.wrap(({ user }: { user: User; }) => {
|
||||
const url = useFetchMemberProfile(user.id);
|
||||
|
||||
|
|
Loading…
Reference in a new issue