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

This commit is contained in:
Hachi-R
2025-02-15 22:19:13 -03:00
5 changed files with 29 additions and 7 deletions

View File

@@ -1,6 +1,6 @@
import { Downloader } from "@shared";
export const VERSION_CODENAME = "Spectre";
export const VERSION_CODENAME = "Polychrome";
export const DOWNLOADER_NAME = {
[Downloader.RealDebrid]: "Real-Debrid",

View File

@@ -17,8 +17,6 @@ export const SettingsAppearance = () => {
return (
<div className="settings-appearance">
<p className="settings-appearance__description">Appearance</p>
<ThemeActions onListUpdated={loadThemes} themesCount={themes.length} />
<div className="settings-appearance__themes">