mirror of
https://github.com/hydralauncher/hydra.git
synced 2026-01-11 13:56:16 +00:00
Merge branch 'feature/custom-themes' of https://github.com/hydralauncher/hydra into feature/custom-themes
This commit is contained in:
@@ -26,7 +26,7 @@ export function AddDownloadSourceModal({
|
||||
visible,
|
||||
onClose,
|
||||
onAddDownloadSource,
|
||||
}: AddDownloadSourceModalProps) {
|
||||
}: Readonly<AddDownloadSourceModalProps>) {
|
||||
const [url, setUrl] = useState("");
|
||||
const [isLoading, setIsLoading] = useState(false);
|
||||
|
||||
|
||||
@@ -38,7 +38,7 @@ export const ImportThemeModal = ({
|
||||
isActive: false,
|
||||
author: author?.id,
|
||||
authorName: author?.displayName,
|
||||
code: `${THEME_WEB_STORE_URL}/themes/${themeName}/theme.css`,
|
||||
code: `${THEME_WEB_STORE_URL}/themes/${themeName.toLowerCase()}/theme.css`,
|
||||
createdAt: new Date(),
|
||||
updatedAt: new Date(),
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user