Skip to content

Commit

Permalink
use feishin switch instead of default
Browse files Browse the repository at this point in the history
  • Loading branch information
kgarner7 committed Sep 6, 2024
1 parent 257e1e2 commit 42ba5a5
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -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,
Expand Down

0 comments on commit 42ba5a5

Please sign in to comment.