From 6711dbfbf7b85a4ce070bc41139d03e93d3985ea Mon Sep 17 00:00:00 2001 From: evan Date: Sun, 11 May 2025 21:44:45 -0700 Subject: [PATCH] move privacy button to the top right --- src/client/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/client/index.html b/src/client/index.html index ba4f4fbe9..ae56a9a1b 100644 --- a/src/client/index.html +++ b/src/client/index.html @@ -147,7 +147,7 @@ show: true, button: true, buttonText: "Privacy settings", - buttonPosition: "bottom-left", //bottom-left, bottom-right, top-left, top-right + buttonPosition: "top-right", //bottom-left, bottom-right, top-left, top-right };