refactor(client): integrate jquery-hotkeys

This commit is contained in:
Elian Doran
2025-05-17 21:27:23 +03:00
parent a4cfef7892
commit 3f2a0e302d
8 changed files with 3 additions and 11 deletions

View File

@@ -12,6 +12,7 @@ import type ElectronRemote from "@electron/remote";
import type Electron from "electron";
import "./stylesheets/bootstrap.scss";
import "boxicons";
import "jquery-hotkeys";
import "autocomplete.js/index_jquery.js";
await appContext.earlyInit();