mirror of
https://github.com/Equicord/Equicord.git
synced 2025-06-18 02:47:03 -04:00
add devs
This commit is contained in:
parent
4b8b0f0acf
commit
34815cbc78
1 changed files with 2 additions and 2 deletions
|
@ -6,7 +6,7 @@
|
||||||
|
|
||||||
import { definePluginSettings } from "@api/Settings";
|
import { definePluginSettings } from "@api/Settings";
|
||||||
import { classNameFactory } from "@api/Styles";
|
import { classNameFactory } from "@api/Styles";
|
||||||
import { Devs } from "@utils/constants";
|
import { Devs, EquicordDevs } from "@utils/constants";
|
||||||
import { closeModal, ModalCloseButton, ModalContent, ModalHeader, ModalRoot, openModal } from "@utils/modal";
|
import { closeModal, ModalCloseButton, ModalContent, ModalHeader, ModalRoot, openModal } from "@utils/modal";
|
||||||
import definePlugin, { OptionType } from "@utils/types";
|
import definePlugin, { OptionType } from "@utils/types";
|
||||||
import { Button, Forms, Switch, Text } from "@webpack/common";
|
import { Button, Forms, Switch, Text } from "@webpack/common";
|
||||||
|
@ -130,7 +130,7 @@ async function playSound(url: string) {
|
||||||
export default definePlugin({
|
export default definePlugin({
|
||||||
name: "Demonstration",
|
name: "Demonstration",
|
||||||
description: "Plugin for taking theme screenshots - censors identifying images and text.",
|
description: "Plugin for taking theme screenshots - censors identifying images and text.",
|
||||||
authors: [Devs.Samwich],
|
authors: [Devs.Samwich, EquicordDevs.Panniku],
|
||||||
settings,
|
settings,
|
||||||
toolboxActions: {
|
toolboxActions: {
|
||||||
"Toggle Demonstration": (() => handleToggle())
|
"Toggle Demonstration": (() => handleToggle())
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue