Merge branch 'feature/custom-themes' of github.com:hydralauncher/hydra into feature/custom-themes

This commit is contained in:
Chubby Granny Chaser
2025-02-16 19:13:34 +00:00
10 changed files with 83 additions and 62 deletions

View File

@@ -98,10 +98,8 @@ const handleDeepLinkPath = (uri?: string) => {
const authorCode = url.searchParams.get("author");
if (themeName && authorCode) {
WindowManager.mainWindow?.webContents.send(
"import-theme",
themeName,
authorCode
WindowManager.redirect(
`settings?theme=${themeName}&author=${authorCode}`
);
}
}