mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-03-09 15:40:26 +00:00
feat: add theme editor with Monaco and custom CSS injection
This commit is contained in:
parent
3e2d7a751c
commit
5a19e9fd12
23 changed files with 516 additions and 20 deletions
|
|
@ -78,6 +78,11 @@ import "./themes/add-custom-theme";
|
|||
import "./themes/delete-custom-theme";
|
||||
import "./themes/get-all-custom-themes";
|
||||
import "./themes/delete-all-custom-themes";
|
||||
import "./themes/update-custom-theme";
|
||||
import "./themes/open-editor-window";
|
||||
import "./themes/get-custom-theme-by-id";
|
||||
import "./themes/get-active-custom-theme";
|
||||
import "./themes/css-injector";
|
||||
import { isPortableVersion } from "@main/helpers";
|
||||
|
||||
ipcMain.handle("ping", () => "pong");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue