Add option to have the score overlay at the top.

This commit is contained in:
Patrick Fairbank
2019-07-28 16:00:00 -07:00
parent a0d108e7ec
commit e1f6bbfe63
3 changed files with 24 additions and 10 deletions

View File

@@ -18,7 +18,8 @@ func (web *Web) audienceDisplayHandler(w http.ResponseWriter, r *http.Request) {
return
}
if !web.enforceDisplayConfiguration(w, r, map[string]string{"background": "#0f0", "reversed": "false"}) {
if !web.enforceDisplayConfiguration(w, r, map[string]string{"background": "#0f0", "reversed": "false",
"overlayLocation": "bottom"}) {
return
}