fix apply

This commit is contained in:
Julian Freeman
2026-01-19 08:58:45 -04:00
parent e1f2c8efc8
commit 713f0885dc
6 changed files with 48 additions and 26 deletions

View File

@@ -100,9 +100,9 @@ const applyAll = () => {
/>
</div>
<button
@click="store.recalcCurrentWatermark()"
@click="store.recalcAllWatermarks()"
class="bg-blue-600 hover:bg-blue-500 text-white p-2 rounded flex items-center justify-center transition-colors"
title="Apply & Recalculate Layout"
title="Apply & Recalculate Layout for ALL Images"
>
<RotateCw class="w-4 h-4" />
</button>