Skip to content
This repository was archived by the owner on Oct 18, 2024. It is now read-only.

Commit 8cbb693

Browse files
authored
Fixed menuBar.ts
1 parent 640b424 commit 8cbb693

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/server/api/menuBar.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ router.post("/context-menu", (req, res) => {
2020
res.sendStatus(200);
2121
const { contextMenu } = req.body;
2222

23-
state_1.default.activeMenuBar.tray.setContextMenu(buildMenu(contextMenu));
23+
state.activeMenuBar.tray.setContextMenu(buildMenu(contextMenu));
2424
});
2525

2626
router.post("/show", (req, res) => {

0 commit comments

Comments
 (0)