Skip to content

Commit

Permalink
chore: change default VPN stack to mixed
Browse files Browse the repository at this point in the history
  • Loading branch information
xchacha20-poly1305 authored and arm64v8a committed Sep 24, 2023
1 parent f899919 commit 7931e17
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ui/dialog_vpn_settings.ui
Original file line number Diff line number Diff line change
Expand Up @@ -40,17 +40,17 @@
<widget class="QComboBox" name="vpn_implementation">
<item>
<property name="text">
<string notr="true">gVisor</string>
<string notr="true">Mixed</string>
</property>
</item>
<item>
<property name="text">
<string notr="true">System</string>
<string notr="true">gVisor</string>
</property>
</item>
<item>
<property name="text">
<string notr="true">Mixed</string>
<string notr="true">System</string>
</property>
</item>
</widget>
Expand Down

0 comments on commit 7931e17

Please sign in to comment.