From ce0627030d3fcaa76732256810d90fa11997bc30 Mon Sep 17 00:00:00 2001
From: zhom <2717306+zhom@users.noreply.github.com>
Date: Mon, 18 Aug 2025 18:26:05 +0400
Subject: [PATCH] style: move geolocation and locale fields above webgl
---
.../shared-camoufox-config-form.tsx | 198 +++++++++---------
1 file changed, 99 insertions(+), 99 deletions(-)
diff --git a/src/components/shared-camoufox-config-form.tsx b/src/components/shared-camoufox-config-form.tsx
index 16be429..894f03b 100644
--- a/src/components/shared-camoufox-config-form.tsx
+++ b/src/components/shared-camoufox-config-form.tsx
@@ -538,105 +538,6 @@ export function SharedCamoufoxConfigForm({
- {/* WebGL Properties */}
-
-
- {/* WebGL Parameters */}
-
- ) || {}
- }
- onChange={(value) =>
- updateFingerprintConfig("webGl:parameters", value)
- }
- title="WebGL Parameters"
- />
-
-
- {/* WebGL2 Parameters */}
-
- ) || {}
- }
- onChange={(value) =>
- updateFingerprintConfig("webGl2:parameters", value)
- }
- title="WebGL2 Parameters"
- />
-
-
- {/* WebGL Shader Precision Formats */}
-
- ) || {}
- }
- onChange={(value) =>
- updateFingerprintConfig("webGl:shaderPrecisionFormats", value)
- }
- title="WebGL Shader Precision Formats"
- />
-
-
- {/* WebGL2 Shader Precision Formats */}
-
- ) || {}
- }
- onChange={(value) =>
- updateFingerprintConfig("webGl2:shaderPrecisionFormats", value)
- }
- title="WebGL2 Shader Precision Formats"
- />
-
-
{/* Geolocation */}
@@ -737,6 +638,105 @@ export function SharedCamoufoxConfigForm({
+ {/* WebGL Properties */}
+
+
+ {/* WebGL Parameters */}
+
+ ) || {}
+ }
+ onChange={(value) =>
+ updateFingerprintConfig("webGl:parameters", value)
+ }
+ title="WebGL Parameters"
+ />
+
+
+ {/* WebGL2 Parameters */}
+
+ ) || {}
+ }
+ onChange={(value) =>
+ updateFingerprintConfig("webGl2:parameters", value)
+ }
+ title="WebGL2 Parameters"
+ />
+
+
+ {/* WebGL Shader Precision Formats */}
+
+ ) || {}
+ }
+ onChange={(value) =>
+ updateFingerprintConfig("webGl:shaderPrecisionFormats", value)
+ }
+ title="WebGL Shader Precision Formats"
+ />
+
+
+ {/* WebGL2 Shader Precision Formats */}
+
+ ) || {}
+ }
+ onChange={(value) =>
+ updateFingerprintConfig("webGl2:shaderPrecisionFormats", value)
+ }
+ title="WebGL2 Shader Precision Formats"
+ />
+
+
{/* Fonts */}