瀏覽代碼

Enable video proxying by default

Zed 7 年之前
父節點
當前提交
9dad8b41de
共有 1 個文件被更改,包括 1 次插入1 次删除
  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",