Enable video proxying by default

This commit is contained in:
Zed 2019-08-23 00:11:47 +02:00
parent dd6f3ef0ad
commit 9dad8b41de

View file

@ -42,7 +42,7 @@ const prefList*: Table[string, seq[Pref]] = {
Pref(kind: checkbox, name: "proxyVideos",
label: "Proxy video streaming through the server (might be slow)",
defaultState: false),
defaultState: true),
Pref(kind: checkbox, name: "muteVideos",
label: "Mute videos by default",