minor refactoring of app startup sequence & some extra trivial matters

This commit is contained in:
2026-02-03 22:28:05 +08:00
parent e15cf16817
commit f696d5e385
24 changed files with 284 additions and 337 deletions

View File

@@ -50,9 +50,6 @@ export async function initCursorTracking() {
}
try {
// Start tracking
await invoke("start_cursor_tracking");
// Listen to cursor position events (each window subscribes independently)
unlistenCursor = await listen<CursorPositions>(
"cursor-position",