mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-03-09 15:40:26 +00:00
fix: editor window hash path
This commit is contained in:
parent
3271de09f8
commit
39ceb8ee6e
1 changed files with 1 additions and 1 deletions
|
@ -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}`,
|
||||
});
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue