fix: All Song screen header style when library is empty

This commit is contained in:
Phan An 2024-07-10 00:19:59 +02:00
parent be5dd4d799
commit ad9d1b57e1

View file

@ -1,7 +1,7 @@
<template> <template>
<ScreenBase> <ScreenBase>
<template #header> <template #header>
<ScreenHeader :layout="headerLayout"> <ScreenHeader :layout="songs.length === 0 ? 'collapsed' : headerLayout">
All Songs All Songs
<ControlsToggle v-model="showingControls" /> <ControlsToggle v-model="showingControls" />