- improved magnification level text

- removed magnification level
This commit is contained in:
2025-12-10 14:08:44 +00:00
parent 10e2644666
commit eb45eabde9
2 changed files with 1 additions and 11 deletions

View File

@@ -238,7 +238,7 @@ const RegionSelector = ({
/>
<div className="flex flex-col space-y-3">
<span className="text-xl">Digital Zoom mode</span>
<pre className="text-xs text-gray-400">{getMagnificationLevel()}</pre>
<pre className="text-xs text-gray-400">{`current Zoom: ${getMagnificationLevel()}`}</pre>
{mode === "zoom" && <small className={`text-gray-400 italic`}>Click image to digitally zoom</small>}
</div>
</label>