mirror of https://github.com/KDE/kasts.git
Solve issue with miniplayer not hiding on startup
This commit is contained in:
parent
3aa4b836d2
commit
e722ec29ee
|
@ -115,8 +115,8 @@ Kirigami.ApplicationWindow {
|
|||
*/
|
||||
|
||||
footer: Loader {
|
||||
active: (audio.entry !== undefined) && !audio.playerOpen
|
||||
visible: (audio.entry !== undefined) && !audio.playerOpen
|
||||
active: (audio.entry != undefined) && !audio.playerOpen
|
||||
visible: (audio.entry != undefined) && !audio.playerOpen
|
||||
sourceComponent: MinimizedPlayerControls { }
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue