Explorar o código

Enable video proxying by default

Zed %!s(int64=7) %!d(string=hai) anos
pai
achega
9dad8b41de
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/prefs_impl.nim

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