We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57e490a commit bd78401Copy full SHA for bd78401
src/components/settings/GeneralSettings.tsx
@@ -22,6 +22,7 @@ export const GeneralSettings: React.FC<GeneralSettingsProps> = ({
22
}) => {
23
const { t } = useTranslation();
24
const [customProxyUrl, setCustomProxyUrl] = useState<string>('');
25
+ // eslint-disable-next-line @typescript-eslint/no-unused-vars
26
const [isWindows, setIsWindows] = useState(false);
27
28
// Check if running on Windows platform
0 commit comments