Refactoring

pull/209/head
M66B 3 years ago
parent 6537bd8873
commit fd3520a05c

@ -107,14 +107,14 @@ public class NavMenuItem {
return this.count; return this.count;
} }
boolean isSeparated() {
return this.separated;
}
boolean hasWarning() { boolean hasWarning() {
return this.warning; return this.warning;
} }
boolean isSeparated() {
return this.separated;
}
void onClick() { void onClick() {
try { try {
click.run(); click.run();

Loading…
Cancel
Save