ViewIcons: Use ImageModal again

This commit is contained in:
Vendicated 2022-10-14 22:38:49 +02:00
parent a4e98f9252
commit 0d996633f2
No known key found for this signature in database
GPG key ID: EC781ADFB93EFFA3
2 changed files with 17 additions and 6 deletions

View file

@ -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