Skip to content

Commit ee68131

Browse files
author
lijiahao
committed
feat: micro
1 parent e4f1400 commit ee68131

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

renderer/components/ActionBar.tsx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import {
66
DropdownMenu,
77
DropdownItem,
88
} from "@nextui-org/react";
9-
import Ipc from "../lib/ipc";
9+
// import Ipc from "../lib/ipc";
1010
import { useSettings } from "../context/userContext";
1111

1212
const CONNECTED = 'connected';
@@ -52,9 +52,9 @@ function ActionBar(props) {
5252
props.onLongPressNexus && props.onLongPressNexus();
5353
};
5454

55-
const handleToggleFullscreen = () => {
56-
Ipc.send('app', 'toggleFullscreen')
57-
}
55+
// const handleToggleFullscreen = () => {
56+
// Ipc.send('app', 'toggleFullscreen')
57+
// }
5858

5959
return (
6060
<div id="actionBar">

0 commit comments

Comments
 (0)