touch operation

This commit is contained in:
Gabe Yuan
2023-11-11 16:59:38 +08:00
parent 46428b7c7f
commit 4b23ee733f
11 changed files with 58 additions and 168 deletions

View File

@@ -15,7 +15,6 @@ import SendTimeExtensionIcon from "@mui/icons-material/SendTimeExtension";
import InputIcon from "@mui/icons-material/Input";
import SelectAllIcon from "@mui/icons-material/SelectAll";
import EventNoteIcon from "@mui/icons-material/EventNote";
import TouchAppIcon from "@mui/icons-material/TouchApp";
function LinkItem({ label, url, icon }) {
const match = useMatch(url);
@@ -48,12 +47,6 @@ export default function Navigator(props) {
url: "/input",
icon: <InputIcon />,
},
{
id: "touch_setting",
label: i18n("touch_setting"),
url: "/touch",
icon: <TouchAppIcon />,
},
{
id: "selection_translate",
label: i18n("selection_translate"),