1
0
mirror of https://github.com/ragestudio/relic.git synced 2025-07-09 17:24:18 +00:00

remove open path

This commit is contained in:
SrGooglo 2024-01-27 15:39:05 +01:00
parent 01c7bf3803
commit c74395be5f

@ -47,12 +47,6 @@ const Header = (props) => {
onClick={() => app.location.push("/settings")} onClick={() => app.location.push("/settings")}
/> />
<antd.Button
size="small"
icon={<Icons.MdFolder />}
onClick={() => ipc.send("open-runtime-path")}
/>
{ {
ctx.pkg && <antd.Tag> ctx.pkg && <antd.Tag>
v{ctx.pkg.version} v{ctx.pkg.version}