fix: Ultrabeam was not synchronizing after click on a spot.

This commit is contained in:
2026-07-07 21:54:53 +02:00
parent 2c47c5d052
commit b9b005ea36
5 changed files with 62 additions and 4 deletions
+1
View File
@@ -194,6 +194,7 @@ type QSOBox struct {
H float64 `json:"h"`
BG string `json:"bg"`
BGOpacity float64 `json:"bg_opacity"`
FG string `json:"fg,omitempty"` // text colour (default dark)
Radius float64 `json:"radius"`
Title string `json:"title"`
Fields []string `json:"fields"`