chore: change default VPN stack to mixed

This commit is contained in:
xchacha20-poly1305 2023-09-17 13:34:45 +08:00 committed by arm64v8a
parent f8999192ab
commit 7931e176f6

View File

@ -38,6 +38,11 @@
</item> </item>
<item> <item>
<widget class="QComboBox" name="vpn_implementation"> <widget class="QComboBox" name="vpn_implementation">
<item>
<property name="text">
<string notr="true">Mixed</string>
</property>
</item>
<item> <item>
<property name="text"> <property name="text">
<string notr="true">gVisor</string> <string notr="true">gVisor</string>
@ -48,11 +53,6 @@
<string notr="true">System</string> <string notr="true">System</string>
</property> </property>
</item> </item>
<item>
<property name="text">
<string notr="true">Mixed</string>
</property>
</item>
</widget> </widget>
</item> </item>
<item> <item>