feat: add deep link theme import functionality

This commit is contained in:
Hachi-R 2025-02-16 01:27:15 -03:00
parent 39ceb8ee6e
commit d7d88ecb8c
8 changed files with 174 additions and 35 deletions

View file

@ -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");