mirror of
https://github.com/Equicord/Equicord.git
synced 2025-06-16 18:07:02 -04:00
ViewIcons: Use ImageModal again
This commit is contained in:
parent
a4e98f9252
commit
0d996633f2
2 changed files with 17 additions and 6 deletions
|
@ -10,6 +10,13 @@ const Modals = mapMangledModuleLazy("onCloseRequest:null!=", {
|
|||
|
||||
let modalId = 1337;
|
||||
|
||||
export enum ModalSize {
|
||||
SMALL = "small",
|
||||
MEDIUM = "medium",
|
||||
LARGE = "large",
|
||||
DYNAMIC = "dynamic",
|
||||
}
|
||||
|
||||
/**
|
||||
* Open a modal
|
||||
* @param Component The component to render in the modal
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue