mirror of
https://github.com/clash-verge-rev/clash-verge-rev.git
synced 2026-01-29 17:15:38 +08:00
chore: enable meta by default
This commit is contained in:
@@ -23,7 +23,8 @@ interface Props {
|
||||
onError: (err: Error) => void;
|
||||
}
|
||||
|
||||
const MULTI_CORE = !!import.meta.env.VITE_MULTI_CORE;
|
||||
// const MULTI_CORE = !!import.meta.env.VITE_MULTI_CORE;
|
||||
const MULTI_CORE = true;
|
||||
|
||||
const SettingClash = ({ onError }: Props) => {
|
||||
const { t } = useTranslation();
|
||||
|
||||
Reference in New Issue
Block a user