We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b1f482c commit ffe4b7aCopy full SHA for ffe4b7a
src/frontend/screens/Settings/components/DownloadNoHTTPS.tsx
@@ -14,7 +14,7 @@ const DownloadNoHTTPS = () => {
14
<ToggleSwitch
15
htmlId="downloadNoHttps"
16
value={downloadNoHttps}
17
- handleChange={() => setDownloadNoHttps(!setDownloadNoHttps)}
+ handleChange={() => setDownloadNoHttps(!downloadNoHttps)}
18
title={t(
19
'setting.download-no-https',
20
'Download games without HTTPS (useful for CDNs e.g. LanCache)'
0 commit comments