mirror of
https://github.com/jketterl/openwebrx.git
synced 2026-04-04 14:08:38 +00:00
use a dropdown for callsign database setting; add aprs.fi
This commit is contained in:
parent
4050bd7f96
commit
64f0510da0
5 changed files with 42 additions and 19 deletions
|
|
@ -168,12 +168,17 @@ class GeneralSettingsController(SettingsFormController):
|
|||
infotext="Specifies how log markers / grids will remain visible on the map",
|
||||
append="s",
|
||||
),
|
||||
TextInput(
|
||||
"callsign_url",
|
||||
"Callsign database URL",
|
||||
infotext="Specifies callsign lookup URL, such as QRZ.COM "
|
||||
+ "or QRZCQ.COM. Place curly brackers ({}) where callsign "
|
||||
+ "is supposed to be.",
|
||||
DropdownInput(
|
||||
"callsign_service",
|
||||
"Callsign database service",
|
||||
infotext="Allows users to navigate to an external callsign database service by clicking on "
|
||||
+ "callsigns",
|
||||
options=[
|
||||
Option(None, "disabled"),
|
||||
Option("qrzcq", "qrzcq.com"),
|
||||
Option("qrz", "qrz.com"),
|
||||
Option("aprsfi", "aprs.fi"),
|
||||
],
|
||||
),
|
||||
),
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue