Преглед на файлове

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