mirror of
https://github.com/DustinBrett/daedalOS.git
synced 2026-01-15 12:15:02 +00:00
Only Inspect on Desktop
This commit is contained in:
@@ -141,11 +141,15 @@ const useFolderContextMenu = (
|
||||
},
|
||||
],
|
||||
},
|
||||
MENU_SEPERATOR,
|
||||
{
|
||||
action: () => open("DevTools", { url: "dom" }),
|
||||
label: "Inspect",
|
||||
},
|
||||
...(isDesktop
|
||||
? [
|
||||
MENU_SEPERATOR,
|
||||
{
|
||||
action: () => open("DevTools", { url: "dom" }),
|
||||
label: "Inspect",
|
||||
},
|
||||
]
|
||||
: []),
|
||||
];
|
||||
}, [
|
||||
addToFolder,
|
||||
|
||||
Reference in New Issue
Block a user