File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -6,7 +6,6 @@ import { useSnapshot } from "valtio";
66import UnoIcon from "@/components/UnoIcon" ;
77import UpdateApp from "@/components/UpdateApp" ;
88import About from "./components/About" ;
9- import Backup from "./components/Backup" ;
109import Clipboard from "./components/Clipboard" ;
1110import General from "./components/General" ;
1211import History from "./components/History" ;
@@ -72,12 +71,12 @@ const Preference = () => {
7271 key : "shortcut" ,
7372 label : t ( "preference.menu.title.shortcut" ) ,
7473 } ,
75- {
76- content : < Backup /> ,
77- icon : "i-lucide:database-backup" ,
78- key : "backup" ,
79- label : t ( "preference.menu.title.backup" ) ,
80- } ,
74+ // {
75+ // content: <Backup />,
76+ // icon: "i-lucide:database-backup",
77+ // key: "backup",
78+ // label: t("preference.menu.title.backup"),
79+ // },
8180 {
8281 content : < About /> ,
8382 icon : "i-lucide:info" ,
You can’t perform that action at this time.
0 commit comments