From 8e4a46e5555480ab1e8a136064801ad2f7c16ed0 Mon Sep 17 00:00:00 2001 From: QxBytes <39818795+QxBytes@users.noreply.github.com> Date: Mon, 24 May 2021 21:42:19 -0700 Subject: [PATCH] Update Code.gs --- Code.gs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Code.gs b/Code.gs index 27d09c5..d5ac093 100644 --- a/Code.gs +++ b/Code.gs @@ -1,5 +1,5 @@ function onOpen(){ - DocumentApp.getUi().createMenu("Custom") + DocumentApp.getUi().createMenu("Image Highlighter") .addItem("Color image", "colorImagePrompt") .addToUi(); }