We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4f1400 commit ee68131Copy full SHA for ee68131
renderer/components/ActionBar.tsx
@@ -6,7 +6,7 @@ import {
6
DropdownMenu,
7
DropdownItem,
8
} from "@nextui-org/react";
9
-import Ipc from "../lib/ipc";
+// import Ipc from "../lib/ipc";
10
import { useSettings } from "../context/userContext";
11
12
const CONNECTED = 'connected';
@@ -52,9 +52,9 @@ function ActionBar(props) {
52
props.onLongPressNexus && props.onLongPressNexus();
53
};
54
55
- const handleToggleFullscreen = () => {
56
- Ipc.send('app', 'toggleFullscreen')
57
- }
+ // const handleToggleFullscreen = () => {
+ // Ipc.send('app', 'toggleFullscreen')
+ // }
58
59
return (
60
<div id="actionBar">
0 commit comments