diff --git a/src/frontend/App.svelte b/src/frontend/App.svelte index 5b57e5dc..b098f465 100644 --- a/src/frontend/App.svelte +++ b/src/frontend/App.svelte @@ -47,12 +47,12 @@ currentTab === "introduction" ? 1 / 5 : currentTab === "source-selection" - ? 2 / 5 - : currentTab === "destination-selection" - ? 3 / 5 - : currentTab === "confirmation" - ? 4 / 5 - : 0; + ? 2 / 5 + : currentTab === "destination-selection" + ? 3 / 5 + : currentTab === "confirmation" + ? 4 / 5 + : 0; let copyComments = true; let mergeFolders = true;