Skip to content

Commit

Permalink
Bug Fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
jason5ng32 committed Apr 17, 2024
1 parent c6abce9 commit e8db9b9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/components/ipcheck.vue
Original file line number Diff line number Diff line change
Expand Up @@ -748,6 +748,7 @@ export default {
}
} catch (error) {
console.error("Error fetching IP details from source " + source.id + ":", error);
this.sources[source.id].enabled = false;
currentSourceIndex = (currentSourceIndex + 1) % sources.length;
attempts++;
}
Expand Down Expand Up @@ -1057,4 +1058,7 @@ export default {
border-left: 2px dashed #e3e3e3;
z-index: 1;
}
.dropdown-item.disabled, .dropdown-item:disabled {
text-decoration: line-through;
}
</style>

0 comments on commit e8db9b9

Please sign in to comment.