mirror of
https://github.com/Vendicated/Vencord.git
synced 2025-01-11 02:16:23 +00:00
chore(memberListActivities): remove obsolete settings
This commit is contained in:
parent
bf55ea0763
commit
db6c011396
1 changed files with 0 additions and 5 deletions
|
@ -18,7 +18,6 @@
|
|||
|
||||
import "./styles.css";
|
||||
|
||||
import { definePluginSettings } from "@api/Settings";
|
||||
import { classNameFactory } from "@api/Styles";
|
||||
import ErrorBoundary from "@components/ErrorBoundary";
|
||||
import { Devs } from "@utils/constants";
|
||||
|
@ -26,9 +25,6 @@ import definePlugin from "@utils/types";
|
|||
|
||||
import { SpotifyIcon } from "./components/SpotifyIcon";
|
||||
|
||||
export const settings = definePluginSettings({
|
||||
});
|
||||
|
||||
interface Activity {
|
||||
created_at: number;
|
||||
id: string;
|
||||
|
@ -54,7 +50,6 @@ export default definePlugin({
|
|||
description: "Shows activity icons in the member list",
|
||||
authors: [Devs.D3SOX],
|
||||
tags: ["activity"],
|
||||
settings,
|
||||
|
||||
patchActivityList: (activities: Activity[]) => {
|
||||
const icons: JSX.Element[] = [];
|
||||
|
|
Loading…
Reference in a new issue