From 9dad8b41de6cfe23a2675351ed36c1d5114343de Mon Sep 17 00:00:00 2001 From: Zed Date: Fri, 23 Aug 2019 00:11:47 +0200 Subject: [PATCH] Enable video proxying by default --- src/prefs_impl.nim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/prefs_impl.nim b/src/prefs_impl.nim index 86eb423..27bc76c 100644 --- a/src/prefs_impl.nim +++ b/src/prefs_impl.nim @@ -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",