Added "Settings | General | External links" section.
This commit is contained in:
parent
a8958424ee
commit
3027c98fc9
|
|
@ -280,6 +280,9 @@ class GeneralSettingsController(SettingsFormController):
|
||||||
"map_prefer_recent_reports",
|
"map_prefer_recent_reports",
|
||||||
"Prefer more recent position reports to shorter path reports.",
|
"Prefer more recent position reports to shorter path reports.",
|
||||||
),
|
),
|
||||||
|
),
|
||||||
|
Section(
|
||||||
|
"External links",
|
||||||
TextInput(
|
TextInput(
|
||||||
"callsign_url",
|
"callsign_url",
|
||||||
"Callsign database URL",
|
"Callsign database URL",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue