🐛 Try fixing docker menu button

This commit is contained in:
ajnart
2023-06-28 19:52:45 +09:00
parent b20646ac94
commit 7ef0971b0e

View File

@@ -31,6 +31,8 @@ export default function DockerMenuButton(props: any) {
setSelection([]); setSelection([]);
}; };
if (!dockerEnabled) return null;
return ( return (
<> <>
<Drawer <Drawer