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 "./styles.css";
|
||||||
|
|
||||||
import { definePluginSettings } from "@api/Settings";
|
|
||||||
import { classNameFactory } from "@api/Styles";
|
import { classNameFactory } from "@api/Styles";
|
||||||
import ErrorBoundary from "@components/ErrorBoundary";
|
import ErrorBoundary from "@components/ErrorBoundary";
|
||||||
import { Devs } from "@utils/constants";
|
import { Devs } from "@utils/constants";
|
||||||
|
@ -26,9 +25,6 @@ import definePlugin from "@utils/types";
|
||||||
|
|
||||||
import { SpotifyIcon } from "./components/SpotifyIcon";
|
import { SpotifyIcon } from "./components/SpotifyIcon";
|
||||||
|
|
||||||
export const settings = definePluginSettings({
|
|
||||||
});
|
|
||||||
|
|
||||||
interface Activity {
|
interface Activity {
|
||||||
created_at: number;
|
created_at: number;
|
||||||
id: string;
|
id: string;
|
||||||
|
@ -54,7 +50,6 @@ export default definePlugin({
|
||||||
description: "Shows activity icons in the member list",
|
description: "Shows activity icons in the member list",
|
||||||
authors: [Devs.D3SOX],
|
authors: [Devs.D3SOX],
|
||||||
tags: ["activity"],
|
tags: ["activity"],
|
||||||
settings,
|
|
||||||
|
|
||||||
patchActivityList: (activities: Activity[]) => {
|
patchActivityList: (activities: Activity[]) => {
|
||||||
const icons: JSX.Element[] = [];
|
const icons: JSX.Element[] = [];
|
||||||
|
|
Loading…
Reference in a new issue