From a4a109090165b0ef6de20d271412445ff300c506 Mon Sep 17 00:00:00 2001 From: Lucas Nogueira Date: Thu, 11 May 2023 14:32:17 -0300 Subject: [PATCH] add todo --- plugins/window/guest-js/index.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/window/guest-js/index.ts b/plugins/window/guest-js/index.ts index 94beb524..59e7f77a 100644 --- a/plugins/window/guest-js/index.ts +++ b/plugins/window/guest-js/index.ts @@ -69,6 +69,7 @@ import type { UnlistenFn, } from "@tauri-apps/api/event"; import { TauriEvent } from "@tauri-apps/api/event"; +// TODO: use from @tauri-apps/api v2 import { emit, listen, once } from "./event"; type Theme = "light" | "dark";