diff --git a/src/main/services/window-manager.ts b/src/main/services/window-manager.ts index 3da47644..f51d0e39 100644 --- a/src/main/services/window-manager.ts +++ b/src/main/services/window-manager.ts @@ -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}`, }); }