From 35efdd18424b525091539c04faa6a3709b901be3 Mon Sep 17 00:00:00 2001 From: Nicolas Vazquez Date: Fri, 10 Sep 2021 09:53:49 -0300 Subject: [PATCH] ui: Hide settings button if not on development mode (#5431) * Display colors Save settings only in dev mode * Hide entirely the dic section if not on dev * Hide the settings floating widget if not on development --- ui/src/components/page/GlobalLayout.vue | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ui/src/components/page/GlobalLayout.vue b/ui/src/components/page/GlobalLayout.vue index ebfd4c4f1a4..a059ad22857 100644 --- a/ui/src/components/page/GlobalLayout.vue +++ b/ui/src/components/page/GlobalLayout.vue @@ -63,7 +63,7 @@ -