code refactor
This commit is contained in:
parent
f3607f36ea
commit
95f841a064
1 changed files with 8 additions and 6 deletions
|
|
@ -2507,6 +2507,7 @@ class DataChecker {
|
|||
break;
|
||||
|
||||
default:
|
||||
|
||||
if (this._FindItem(this.entries[entry])) {
|
||||
SetIconGreen(this.section, entry);
|
||||
} else {
|
||||
|
|
@ -2529,6 +2530,7 @@ class DataChecker {
|
|||
switch(entry) {
|
||||
|
||||
default:
|
||||
|
||||
if (this._FindGeoRock(this.entries[entry])) {
|
||||
SetIconGreen(this.section, entry);
|
||||
} else {
|
||||
|
|
|
|||
Loading…
Reference in a new issue