mirror of
https://github.com/captbaritone/webamp.git
synced 2026-07-20 16:49:52 +00:00
Update snapshots
This commit is contained in:
parent
b5826bb117
commit
46c525cc53
4 changed files with 4 additions and 0 deletions
|
|
@ -9,6 +9,7 @@ exports[`EqualizerWindow renders to snapshot 1`] = `
|
|||
<div>
|
||||
<div
|
||||
className="equalizer-top title-bar draggable"
|
||||
onDoubleClick={[Function]}
|
||||
>
|
||||
<div
|
||||
id="equalizer-shade"
|
||||
|
|
|
|||
|
|
@ -13,6 +13,7 @@ exports[`MainWindow renders to snapshot 1`] = `
|
|||
<div
|
||||
className="selected title-bard draggable"
|
||||
id="title-bar"
|
||||
onDoubleClick={[Function]}
|
||||
>
|
||||
<div
|
||||
id="option-context"
|
||||
|
|
|
|||
|
|
@ -4,6 +4,7 @@ exports[`PlaylistShade renders to snapshot 1`] = `
|
|||
<div
|
||||
className="window draggable"
|
||||
id="playlist-window-shade"
|
||||
onDoubleClick={[Function]}
|
||||
onMouseDown={[Function]}
|
||||
style={
|
||||
Object {
|
||||
|
|
|
|||
|
|
@ -21,6 +21,7 @@ exports[`PlaylistWindow renders to snapshot 1`] = `
|
|||
>
|
||||
<div
|
||||
className="playlist-top draggable"
|
||||
onDoubleClick={[Function]}
|
||||
>
|
||||
<div
|
||||
className="playlist-top-left draggable"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue