no message
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user