From 0c257abce68a63b785350a3e54867fefb428d3e5 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 36adf23ec..8dc933ddc 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 };