HeliPort
HeliPort copied to clipboard
Fix incorrect singular title display when there are multiple networks
- Adds network connection check (
self.isNetworkConnected
) to the count logic. - Ensures that if the network is connected, 1 is added to the known items count (
knownList.count
), fixing the issue where the title was displayed in singular form even with 2 known networks.