release 2.4.0

This commit is contained in:
arcan1s
2015-08-10 00:09:31 +03:00
parent df473c53b5
commit 24b143f43a
6 changed files with 35 additions and 11 deletions

View File

@ -231,7 +231,7 @@ Item {
QtControls.ComboBox {
id: player
width: parent.width * 3 / 5
model: ["mpris", "mpd"]
model: ["disable", "mpris", "mpd"]
Component.onCompleted: {
for (var i=0; i<model.length; i++) {
if (model[i] == cfg_dataengine["PLAYER"]) {