mirror of
https://github.com/Equicord/Equicord.git
synced 2025-06-08 14:13:01 -04:00
Fix plugins for new V2 User Profile Modal
This commit is contained in:
parent
b0b616d92a
commit
0a2d4a2ab2
6 changed files with 44 additions and 7 deletions
|
@ -140,7 +140,7 @@ export type MediaModalProps = {
|
|||
shouldHideMediaOptions?: boolean;
|
||||
};
|
||||
|
||||
// modal key: "Media Viewer Modal"
|
||||
// Modal key: "Media Viewer Modal"
|
||||
export const openMediaModal: (props: MediaModalProps) => void = findByCodeLazy("hasMediaOptions", "shouldHideMediaOptions");
|
||||
|
||||
interface ModalAPI {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue