From 149930460bb6b7789a47962a584f67fb11890f32 Mon Sep 17 00:00:00 2001 From: AvaLilac <257690424+AvaLilac@users.noreply.github.com> Date: Sat, 28 Mar 2026 18:46:20 -0400 Subject: [PATCH] Update main.tsadded aviaclientdesktop and fixed a issue that made it not compile Signed-off-by: AvaLilac <257690424+AvaLilac@users.noreply.github.com> --- src/main.ts | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/main.ts b/src/main.ts index df530d1..42d0832 100644 --- a/src/main.ts +++ b/src/main.ts @@ -56,8 +56,9 @@ const loadInject = () => { "pluginsupport.js", "aviaversion.js", "repofrontend.js", - "ButtonFix.js" - "headliner.js" + "ButtonFix.js", + "headliner.js", + "aviadesktopversion.js" ]; for (const plugin of plugins) {