refactor: simplify theme import handling and remove redundant code

This commit is contained in:
Hachi-R 2025-02-16 16:10:02 -03:00
parent ef28337729
commit 569c80cbf4
9 changed files with 53 additions and 85 deletions

View file

@ -87,7 +87,6 @@ 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 "./themes/toggle-custom-theme";
import { isPortableVersion } from "@main/helpers";