File tree Expand file tree Collapse file tree
src/options/components/Entries Expand file tree Collapse file tree Original file line number Diff line number Diff line change 66 SaladictFormItem
77} from '@/options/components/SaladictForm'
88import { DarkModeSelect } from '@/options/components/DarkModeSelect'
9- import { isFirefox , isOpera } from '@/_helpers/saladict'
9+ // import { isFirefox, isOpera } from '@/_helpers/saladict'
1010
1111export const General : FC = ( ) => {
1212 const formItems : SaladictFormItem [ ] = [
@@ -22,13 +22,13 @@ export const General: FC = () => {
2222 }
2323 ]
2424
25- if ( ! ( isFirefox || isOpera ) ) {
26- formItems . push ( {
27- name : getConfigPath ( 'runInBg' ) ,
28- valuePropName : 'checked' ,
29- children : < Switch />
30- } )
31- }
25+ // if (!(isFirefox || isOpera)) {
26+ // formItems.push({
27+ // name: getConfigPath('runInBg'),
28+ // valuePropName: 'checked',
29+ // children: <Switch />
30+ // })
31+ // }
3232
3333 formItems . push (
3434 {
You can’t perform that action at this time.
0 commit comments