Default to monochrome

main
radex 2024-02-02 21:19:06 +01:00
parent d6f0dc39a0
commit 125df83f99
Signed by: radex
SSH Key Fingerprint: SHA256:hvqRXAGG1h89yqnS+cyFTLKQbzjWD4uXIqw7Y+0ws30
1 changed files with 6 additions and 0 deletions

View File

@ -2407,3 +2407,9 @@ $G.on("fullscreenchange webkitfullscreenchange", () => {
$("html").toggleClass("fullscreen", fullscreen);
});
// default to monochrome for label print (lmao)
image_attributes();
$("#attribute-monochrome").click();
setTimeout(() => {
$(".attributes-window button[type=submit]").click();
}, 100);