From 9a8744170e107960957bb24a3b00e9abf86c8a82 Mon Sep 17 00:00:00 2001 From: Azgaar Date: Sat, 7 Mar 2026 18:29:46 +0100 Subject: [PATCH] test: add a test change comment in options.js (#1350) --- public/modules/ui/options.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/public/modules/ui/options.js b/public/modules/ui/options.js index 07d77cb0..9ff4afe9 100644 --- a/public/modules/ui/options.js +++ b/public/modules/ui/options.js @@ -1184,3 +1184,5 @@ function toggle3dOptions() { ThreeD.setResolution(this.value); } } + +// this is a test change