add path contains space prompt and chore

This commit is contained in:
josc146
2023-06-02 23:35:33 +08:00
parent 2b10ccd507
commit 1036852924
4 changed files with 16 additions and 10 deletions

View File

@@ -129,7 +129,7 @@ export const Settings: FC = observer(() => {
}} />
} />
}
<Labeled label={t('Custom Python Path')}
<Labeled label={t('Custom Python Path')} // if set, will not use precompiled cuda kernel
content={
<Input className="grow" placeholder="./py310/python" value={commonStore.settings.customPythonPath}
onChange={(e, data) => {