mirror of
https://github.com/ente-io/ente.git
synced 2025-08-08 07:28:26 +00:00
lf
This commit is contained in:
parent
0f4459112e
commit
2865b33fc2
@ -240,7 +240,7 @@ const EnableML: React.FC<EnableMLProps> = ({ onEnable }) => {
|
||||
"Enable ML (Machine Learning) for face recognition, magic search and other advanced search features",
|
||||
)}
|
||||
</Typography>
|
||||
<Stack spacing={"8px"} >
|
||||
<Stack spacing={"8px"}>
|
||||
<Button color={"accent"} size="large" onClick={onEnable}>
|
||||
{t("ENABLE")}
|
||||
</Button>
|
||||
|
@ -1,4 +1,4 @@
|
||||
import { ButtonProps } from "@mui/material";
|
||||
import type { ButtonProps } from "@mui/material";
|
||||
|
||||
export interface DialogBoxAttributes {
|
||||
icon?: React.ReactNode;
|
||||
|
Loading…
x
Reference in New Issue
Block a user