diff --git a/src/app.js b/src/app.js index 62fde38..5d62233 100644 --- a/src/app.js +++ b/src/app.js @@ -2406,10 +2406,3 @@ $G.on("fullscreenchange webkitfullscreenchange", () => { // $status_text.text(`fullscreen: ${fullscreen}`); $("html").toggleClass("fullscreen", fullscreen); }); - -// default to monochrome for label print (lmao) -image_attributes(); -$("#attribute-monochrome").click(); -setTimeout(() => { - $(".attributes-window button[type=submit]").click(); -}, 100); diff --git a/src/menus.js b/src/menus.js index 5d00fde..025e4b3 100644 --- a/src/menus.js +++ b/src/menus.js @@ -233,6 +233,20 @@ } ], [localize("HSWAW")]: [ + { + item: "Switch to monochrome", + speech_recognition: [], + action: () => { + // lmao + image_attributes(); + $("#attribute-monochrome").click(); + setTimeout(() => { + $(".attributes-window button[type=submit]").click(); + }, 100); + }, + description: '', + }, + MENU_DIVIDER, { item: localize("Print on Zebra (large label)"), speech_recognition: [],