mirror of
https://github.com/Equicord/Equicord.git
synced 2025-02-07 15:04:14 -05:00
Merge remote-tracking branch 'upstream/dev' into dev
This commit is contained in:
commit
a2395eb1bf
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ import definePlugin from "@utils/types";
|
||||||
import { findByPropsLazy } from "@webpack";
|
import { findByPropsLazy } from "@webpack";
|
||||||
|
|
||||||
const SpoilerClasses = findByPropsLazy("spoilerContent");
|
const SpoilerClasses = findByPropsLazy("spoilerContent");
|
||||||
const MessagesClasses = findByPropsLazy("messagesWrapper");
|
const MessagesClasses = findByPropsLazy("messagesWrapper", "navigationDescription");
|
||||||
|
|
||||||
export default definePlugin({
|
export default definePlugin({
|
||||||
name: "RevealAllSpoilers",
|
name: "RevealAllSpoilers",
|
||||||
|
|
Loading…
Reference in a new issue