~lool/music-app/singleton

« back to all changes in this revision

Viewing changes to MusicSettings.qml

  • Committer: Daniel Holm
  • Date: 2013-09-19 13:15:31 UTC
  • Revision ID: admin@danielholm.se-20130919131531-sd145qxh2a7vi67i
Some cleanup; removal of error messages; devel button listens to --debug argument; some comments.

Show diffs side-by-side

added added

removed removed

Lines of Context:
221
221
        Button {
222
222
            text: i18n.tr("Clean everything!")
223
223
            color: "red"
224
 
            visible: false
 
224
            visible: args.values.debug
225
225
            onClicked: {
226
226
                Settings.reset()
227
227
                Playlists.reset()