improve macOS and Linux user guides

This commit is contained in:
josc146
2023-06-06 22:12:26 +08:00
parent 4814b88172
commit 72d601370d
4 changed files with 31 additions and 19 deletions

View File

@@ -95,7 +95,7 @@ export const Settings: FC = observer(() => {
} />
}
{
commonStore.settings.language === 'zh' &&
commonStore.settings.language === 'zh' && commonStore.platform != 'linux' &&
<Labeled label={t('Use Tsinghua Pip Mirrors')} flex spaceBetween content={
<Switch checked={commonStore.settings.cnMirror}
onChange={(e, data) => {