From 72a565007d303649cf4f34ac3cdabe38bcc2c12d Mon Sep 17 00:00:00 2001 From: sanjayk03-dev Date: Wed, 10 Jan 2024 01:52:49 +0530 Subject: [PATCH] nothing --- src/pug/templates/macros.pug | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pug/templates/macros.pug b/src/pug/templates/macros.pug index e8c4c04..5f459b1 100644 --- a/src/pug/templates/macros.pug +++ b/src/pug/templates/macros.pug @@ -63,7 +63,7 @@ script#macros-template(type="text/x-template") select#gcodeSelect-0(title="Select previously uploaded GCode programs.",selected v-model="state.selected",@change="load", :disabled="!is_ready", style="max-width:100%;height:40px;border-radius:5px") - option(disabled='false' selected='' value='default') Select an option + option( selected='' value='default') Create G-Code option(v-for="file in state.files", :value="file") {{file}} button.pure-button(title="Upload a new GCode program.", @click="open",