Skip to content

Commit

Permalink
fix:#5
Browse files Browse the repository at this point in the history
  • Loading branch information
Barry de Graaff committed Jul 11, 2019
1 parent 6c7b34a commit 75faab6
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions com_zimbra_stickynotes/stickynotes.js
Original file line number Diff line number Diff line change
Expand Up @@ -360,8 +360,9 @@ function(app, toolbar, controller, view) {
text : ZmMsg.stickyNotesLabel,
tooltip: ZmMsg.stickyNotesTip,
image: "stickynotes-panelIcon",
showImageInToolbar: true,
showTextInToolbar: false
showImageInToolbar: true,
showTextInToolbar: false,
enabled: false
};
if(!toolbar.getOp(StickyNotesZimlet.stickyNotes)) {
var button = toolbar.createZimletOp(StickyNotesZimlet.stickyNotes, buttonArgs);
Expand Down

0 comments on commit 75faab6

Please sign in to comment.