~gg-lp/music-app/music-app

« back to all changes in this revision

Viewing changes to MusicNowPlaying.qml

  • Committer: Victor Thompson
  • Date: 2015-01-28 02:30:43 UTC
  • mto: This revision was merged to the branch mainline in revision 817.
  • Revision ID: victor.thompson@gmail.com-20150128023043-8if9jbcpwong1lzz
remove newline

Show diffs side-by-side

added added

removed removed

Lines of Context:
92
92
                    enabled: trackQueue.model.count > 0
93
93
                    iconName: "add-to-playlist"
94
94
                    // TRANSLATORS: this action appears in the overflow drawer with limited space (around 18 characters)
95
 
 
96
95
                    text: i18n.tr("Add to playlist")
97
96
                    onTriggered: {
98
97
                        var items = []