hide group dio

This commit is contained in:
MathMan05
2025-11-20 12:10:28 -06:00
parent 22529024b8
commit 6994433f3f
+3
View File
@@ -502,6 +502,9 @@ class Group extends Channel {
form.addImageInput(I18n.channel.icon(), "icon", {
initImg: this.icon ? this.iconUrl() : undefined,
});
form.onSubmit = () => {
dio.hide();
};
dio.show();
}
defaultName() {