Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Maui
Vvave
Commits
c9987685
Commit
c9987685
authored
Jun 23, 2019
by
camilo higuita
Browse files
fix bug with colro mood playlists
parent
68535eab
Changes
2
Show whitespace changes
Inline
Side-by-side
widgets/PlaylistsView/PlaylistsView.qml
View file @
c9987685
...
@@ -76,7 +76,7 @@ ColumnLayout
...
@@ -76,7 +76,7 @@ ColumnLayout
height
:
rowHeightAlt
height
:
rowHeightAlt
recSize
:
isMobile
?
iconSize
:
16
recSize
:
isMobile
?
iconSize
:
16
onColorClicked
:
populate
(
Q
.
GET
.
colorTracks_
.
arg
(
color
))
onColorClicked
:
populate
(
Q
.
GET
.
colorTracks_
.
arg
(
color
.
toLowerCase
()
))
}
}
...
@@ -210,9 +210,9 @@ ColumnLayout
...
@@ -210,9 +210,9 @@ ColumnLayout
function
populate
(
query
)
function
populate
(
query
)
{
{
playlistQuery
=
query
playlistQuery
=
query
filterList
.
list
.
query
=
playlistQuery
filterList
.
list
.
query
=
playlistQuery
_filterDialog
.
open
()
}
}
function
syncAndPlay
(
index
)
function
syncAndPlay
(
index
)
...
...
widgets/PlaylistsView/PlaylistsViewModel.qml
View file @
c9987685
...
@@ -128,8 +128,6 @@ BabeList
...
@@ -128,8 +128,6 @@ BabeList
break
;
break
;
}
}
_filterDialog
.
open
()
}
}
}
}
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment