use feishin switch instead of default

This commit is contained in:
Kendall Garner 2024-09-05 18:08:37 -07:00
parent 257e1e2cd9
commit 42ba5a531c
No known key found for this signature in database
GPG Key ID: 18D2767419676C87

View File

@ -1,7 +1,7 @@
import { useEffect, useState } from 'react';
import { SelectItem, Switch } from '@mantine/core';
import { SelectItem } from '@mantine/core';
import isElectron from 'is-electron';
import { Select, Slider, toast } from '/@/renderer/components';
import { Select, Slider, Switch, toast } from '/@/renderer/components';
import {
SettingsSection,
SettingOption,