mirror of
https://github.com/nimbold/Firelink.git
synced 2026-09-09 17:25:42 +00:00
test(startup): isolate pure IPC startup command (#37)
- Issue #37: compare a pure dock-session IPC call with the logging bootstrap call.\n- Keep the renderer otherwise limited to a visible startup marker.\n\nRefs #37.
This commit is contained in:
+2
-2
@@ -1,6 +1,6 @@
|
||||
import { initLogger } from "./utils/logger";
|
||||
import { invoke } from "@tauri-apps/api/core";
|
||||
|
||||
void initLogger();
|
||||
void invoke<number>("begin_dock_badge_session");
|
||||
|
||||
const rootElement = document.getElementById("root");
|
||||
if (rootElement) {
|
||||
|
||||
Reference in New Issue
Block a user