mirror of
https://github.com/koel/koel
synced 2024-11-10 06:34:14 +00:00
fix: All Song screen header style when library is empty
This commit is contained in:
parent
be5dd4d799
commit
ad9d1b57e1
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
<template>
|
||||
<ScreenBase>
|
||||
<template #header>
|
||||
<ScreenHeader :layout="headerLayout">
|
||||
<ScreenHeader :layout="songs.length === 0 ? 'collapsed' : headerLayout">
|
||||
All Songs
|
||||
<ControlsToggle v-model="showingControls" />
|
||||
|
||||
|
|
Loading…
Reference in a new issue