no message

This commit is contained in:
2024-10-08 16:20:45 +03:00
parent e7939713e7
commit cba2c8ec34
17 changed files with 292 additions and 304 deletions

View File

@@ -35,8 +35,8 @@ public class MainForm extends Form implements MainWindow {
return Content;
}
@Override
protected FormType getFormType() {
return FormType.Main;
protected String getFormType() {
return FormType.Main.toString();
}
@Override
public String getIconName() {