cleanup+ readme updates

This commit is contained in:
Siddharth
2025-11-18 00:58:09 -07:00
parent fd8417b221
commit d9a9f48ab9
18 changed files with 40 additions and 147 deletions
+3
View File
@@ -1,3 +1,6 @@
// uiohook-napi [WIP: scoping out mouse tracking with cross platform support for potential auto zoom/ post processing cursor effects]
// not currently being used.
import { uIOhook } from 'uiohook-napi'
let isMouseTrackingActive = false
-1
View File
@@ -147,7 +147,6 @@ app.whenReady().then(async () => {
() => mainWindow,
() => sourceSelectorWindow,
(recording: boolean, sourceName: string) => {
// removed unused assignment to _isRecording
selectedSourceName = sourceName
if (recording) {
if (!tray) createTray();