Skip to content

Commit d95c2b6

Browse files
MarkusPettersson98Serock3
authored andcommitted
Add Daita toggle in GUI on Linux
1 parent c384738 commit d95c2b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gui/src/renderer/components/WireguardSettings.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ export default function WireguardSettings() {
9999
<Udp2tcpPortSetting />
100100
</Cell.Group>
101101

102-
{window.env.platform === 'win32' && (
102+
{(window.env.platform === 'linux' || window.env.platform === 'win32') && (
103103
<Cell.Group>
104104
<DaitaSettings />
105105
</Cell.Group>

0 commit comments

Comments
 (0)