From 7b1ddc80522f8d8a1028d453fdab5f30a6c6a720 Mon Sep 17 00:00:00 2001 From: Jay Varner Date: Tue, 12 Nov 2024 10:17:04 -0500 Subject: [PATCH] Don't show layers button on all page view. --- apps/templates/page.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/apps/templates/page.html b/apps/templates/page.html index 671c81a1..3ff85abb 100644 --- a/apps/templates/page.html +++ b/apps/templates/page.html @@ -164,7 +164,8 @@ id: 'action-layers', tooltipContent: 'Layers', onClick: () => UIkit.modal('#modal-layers').show(), - icon: "" + icon: "", + hideOnAll: true } ] };