Skip to content

Commit

Permalink
Update Code.gs
Browse files Browse the repository at this point in the history
  • Loading branch information
QxBytes authored May 25, 2021
1 parent ce2acf5 commit 8e4a46e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Code.gs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
function onOpen(){
DocumentApp.getUi().createMenu("Custom")
DocumentApp.getUi().createMenu("Image Highlighter")
.addItem("Color image", "colorImagePrompt")
.addToUi();
}

0 comments on commit 8e4a46e

Please sign in to comment.