From 9709cebedfc2c6c3f83aa2c707352247609cfa05 Mon Sep 17 00:00:00 2001 From: Sameer Puri Date: Thu, 12 Aug 2021 20:32:26 -0400 Subject: [PATCH] add disclaimer about local storage, fix desc. for program end sequence --- web/src/inputs.rs | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/web/src/inputs.rs b/web/src/inputs.rs index 48035dc..bcf5705 100644 --- a/web/src/inputs.rs +++ b/web/src/inputs.rs @@ -238,7 +238,7 @@ gcode_input! { } EndSequence { "Program End Sequence", - "GCode for the machine", + "GCode for stopping/idling the machine at the end of the program", end_sequence, } } @@ -384,6 +384,15 @@ pub fn settings_form() -> Html { footer={ html!( <> +

+ {"These settings are persisted using local storage. Learn more "} + // Opening new tabs is usually bad. + // But if we don't, the user is at risk of losing the settings they've entered so far. + + {"on MDN"} + + {"."} +