@mytec: before 1.1, last checks

This commit is contained in:
2026-01-30 22:10:38 +02:00
parent ed60c4da9e
commit d6988e370e
3 changed files with 1621 additions and 1 deletions

View File

@@ -249,7 +249,7 @@ export default function BatchEdit({ onBatchApplied }: BatchEditProps) {
value={customAzimuth}
onChange={(e) => setCustomAzimuth(e.target.value)}
onKeyDown={(e) => e.key === 'Enter' && handleSetAzimuth()}
placeholder="0-359\u00B0"
placeholder="0-359°"
className={inputClass}
/>
<Button