Refactoring

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

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

Loading…
Cancel
Save