pop_boxes elif chain drops providers/tunnels from the filter lists #140
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
aqomui_gui.py pop_boxes walks server entries with an if/elif chain over country/provider/tunnel, so a server that introduces a new country never contributes its provider or tunnel on that same pass — it only works today because providers have many servers. Same loop: country_list isn't seeded with 'All countries' like the other two lists, and providerBox.setItemText(index+1, ...) is off-by-one against the addItem in the same loop. Found surveying for #23.