mirror of
https://github.com/MathMan05/Fermi.git
synced 2026-08-28 23:08:30 +00:00
hide group dio
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user