fix: editor window hash path

This commit is contained in:
Zamitto 2025-02-15 23:54:22 -03:00
parent 3271de09f8
commit 39ceb8ee6e

View file

@ -245,7 +245,7 @@ export class WindowManager {
);
} else {
editorWindow.loadFile(path.join(__dirname, "../renderer/index.html"), {
hash: `editor?themeId=${themeId}`,
hash: `theme-editor?themeId=${themeId}`,
});
}