From e5731054a747909a03c6d7bd71f7f5e464435db4 Mon Sep 17 00:00:00 2001 From: AvaLilac Date: Wed, 25 Mar 2026 18:18:24 -0400 Subject: [PATCH] Update main.ts Signed-off-by: AvaLilac --- src/main.ts | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/main.ts b/src/main.ts index 6d4136a..6bf11af 100644 --- a/src/main.ts +++ b/src/main.ts @@ -54,7 +54,8 @@ const loadInject = () => { "themes.js", "aviafavsystem.js", "pluginsupport.js", - "aviaversion.js" + "aviaversion.js", + "repofrontend.js" ]; for (const plugin of plugins) { @@ -148,4 +149,4 @@ if (acquiredLock) { }); } else { app.quit(); -} \ No newline at end of file +}