diff --git a/apps/readest-app/src/app/reader/hooks/useKOSync.ts b/apps/readest-app/src/app/reader/hooks/useKOSync.ts index e3f3c341..b2d77b02 100644 --- a/apps/readest-app/src/app/reader/hooks/useKOSync.ts +++ b/apps/readest-app/src/app/reader/hooks/useKOSync.ts @@ -152,10 +152,9 @@ export const useKOSync = (bookKey: string) => { view.goToFraction(remoteFraction); } } - eventDispatcher.dispatch('toast', { + eventDispatcher.dispatch('hint', { + bookKey, message: _('Reading Progress Synced'), - type: 'info', - timeout: 2000, }); };