Skip to content

Commit

Permalink
fix(friendshipper): show sync modal when clicking big launch button o…
Browse files Browse the repository at this point in the history
…n home view
  • Loading branch information
rudoi committed Jun 1, 2024
1 parent 20855c0 commit 8a6b5b6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions friendshipper/src/routes/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
import { get } from 'svelte/store';
import { CirclePlusOutline, FolderOpenOutline } from 'flowbite-svelte-icons';
import { emit, listen } from '@tauri-apps/api/event';
import { ProgressModal } from '@ethos/core';
import {
activeProjectConfig,
appConfig,
Expand Down Expand Up @@ -393,3 +394,5 @@
>{getMainButtonText()}
</Button>
{/key}

<ProgressModal bind:showModal={syncing} />

0 comments on commit 8a6b5b6

Please sign in to comment.