mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-03-09 15:40:26 +00:00
feat: add deep link theme import functionality
This commit is contained in:
parent
39ceb8ee6e
commit
d7d88ecb8c
8 changed files with 174 additions and 35 deletions
|
|
@ -87,6 +87,7 @@ import "./themes/get-custom-theme-by-id";
|
|||
import "./themes/get-active-custom-theme";
|
||||
import "./themes/css-injector";
|
||||
import "./themes/close-editor-window";
|
||||
import "./themes/import-theme";
|
||||
import { isPortableVersion } from "@main/helpers";
|
||||
|
||||
ipcMain.handle("ping", () => "pong");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue