From e205b9e5e8ed7fd965bd299168a9d9ef2eb74072 Mon Sep 17 00:00:00 2001 From: ynhhoJ <22500212+ynhhoJ@users.noreply.github.com> Date: Thu, 2 Jan 2025 12:35:31 +0200 Subject: [PATCH] feat(plugin): Add empty line --- src/index.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/index.tsx b/src/index.tsx index ded8df6..f3738fb 100644 --- a/src/index.tsx +++ b/src/index.tsx @@ -35,6 +35,7 @@ import { patchAppPage } from "./steam-ui/patches"; export default definePlugin(() => { console.log("PlayTime plugin loading..."); + const clock = systemClock; const eventBus = new EventBus(); const backend = new Backend(eventBus);