Settings: default checkbox state, full screen mode etc.
| 23 | |
| 24 | // Settings: default checkbox state, full screen mode etc. |
| 25 | type Settings struct { |
| 26 | Timeout int `json:"Timeout"` |
| 27 | MaxRedirects int `json:"MaxRedirects"` |
| 28 | Checkboxes map[string]bool `json:"Checkboxes"` |
| 29 | } |
| 30 | |
| 31 | // UI color settings. |
| 32 | type Theme struct { |
nothing calls this directly
no outgoing calls
no test coverage detected