fix: fixing stale state

This commit is contained in:
Chubby Granny Chaser 2025-02-16 05:18:08 +00:00
parent 9449d7cdcd
commit 484fa863dc
No known key found for this signature in database
17 changed files with 50 additions and 90 deletions

View file

@ -88,6 +88,7 @@ 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";
ipcMain.handle("ping", () => "pong");