feat: customizable item layout on fullscreen player (#1769)

* change container display to release type, readd badge styling to improve contrast

* make everything customizable
This commit is contained in:
Benjamin
2026-03-04 23:23:14 -06:00
committed by GitHub
parent cad7fef454
commit 41f1f376bc
6 changed files with 162 additions and 8 deletions
@@ -11,6 +11,7 @@ import {
ArtistReleaseTypeSettings,
ArtistSettings,
} from '/@/renderer/features/settings/components/general/artist-settings';
import { FullscreenPlayerSettings } from '/@/renderer/features/settings/components/general/fullscreen-player-settings';
import { HomeSettings } from '/@/renderer/features/settings/components/general/home-settings';
import { PathSettings } from '/@/renderer/features/settings/components/general/path-settings';
import {
@@ -697,6 +698,7 @@ export const ApplicationSettings = memo(() => {
<HomeSettings />
<ArtistSettings />
<ArtistReleaseTypeSettings />
<FullscreenPlayerSettings />
<PathSettings />
</>
}