Renamed Fullscreen to Dialog

This commit is contained in:
MathMan05 2024-08-12 09:11:59 -05:00
parent 28e7f1bdc8
commit 583eb05247
15 changed files with 301 additions and 54 deletions

View file

@ -1,5 +1,5 @@
export { Fullscreen };
class Fullscreen {
export { Dialog };
class Dialog {
layout;
onclose;
onopen;