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",