Refactoring

This commit is contained in:
M66B 2022-08-11 08:39:16 +02:00
parent 6537bd8873
commit fd3520a05c
1 changed files with 4 additions and 4 deletions

View File

@ -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();