Add setting for turning off HTTP/2

This commit is contained in:
Jonas Kvinge
2022-08-24 20:34:10 +02:00
parent 27b01d3642
commit d347e6fc5f
4 changed files with 21 additions and 0 deletions

View File

@@ -252,6 +252,13 @@
</property>
</widget>
</item>
<item>
<widget class="QCheckBox" name="checkbox_http2">
<property name="text">
<string>Enable HTTP/2 for streaming</string>
</property>
</widget>
</item>
</layout>
</widget>
</item>