Skip to content

Commit

Permalink
Add labels for the menucard buttons, refs meemoo/dataflow#76
Browse files Browse the repository at this point in the history
  • Loading branch information
bergie committed Oct 2, 2013
1 parent a085be2 commit 05ee53d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/plugins/nofloSettings.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ class NoFloSettingsPlugin
dataflow.addPlugin
id: 'settings'
name: ''
label: 'settings'
menu: @$settings
icon: 'cog'
pinned: false
Expand Down
1 change: 1 addition & 0 deletions src/plugins/preview.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ class NoFloPreview
dataflow.addPlugin
id: 'preview'
name: ''
label: 'preview'
menu: @$connector
icon: 'eye-open'
pinned: true
Expand Down

0 comments on commit 05ee53d

Please sign in to comment.