Bring back the search box on the mobile spots list, I want this for WFD

This commit is contained in:
Ian Renton
2026-01-13 21:34:54 +00:00
parent 9b3536d740
commit 67b9c3bc50
3 changed files with 9 additions and 6 deletions

View File

@@ -4,7 +4,7 @@ from data.sig import SIG
# General software
SOFTWARE_NAME = "Spothole by M0TRT"
SOFTWARE_VERSION = "1.1.1"
SOFTWARE_VERSION = "1.2-pre"
# HTTP headers used for spot providers that use HTTP
HTTP_HEADERS = {"User-Agent": SOFTWARE_NAME + ", v" + SOFTWARE_VERSION + " (operated by " + SERVER_OWNER_CALLSIGN + ")"}