mirror of
https://github.com/nimbold/Firelink.git
synced 2026-09-10 17:55:43 +00:00
Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 4f177effc2 |
+3
-5
@@ -1,10 +1,8 @@
|
||||
import { initLogger } from "./utils/logger";
|
||||
import { invoke } from "@tauri-apps/api/core";
|
||||
|
||||
void invoke<number>("begin_dock_badge_session");
|
||||
|
||||
const rootElement = document.getElementById("root");
|
||||
if (rootElement) {
|
||||
rootElement.textContent = "Firelink startup control";
|
||||
}
|
||||
|
||||
requestAnimationFrame(() => {
|
||||
void initLogger();
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user