Skip to content

Commit ce0fabd

Browse files
Merge pull request #89 from TyceHerrman/fix/sync-toast-wording
fix: remove misleading "Previous sync not detected" toast wording
2 parents 95e05fa + 7b3e880 commit ce0fabd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/services/controller.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ export class Controller {
6969
let library: Library;
7070
if (!this.ctx.settings.lastUpdated) {
7171
if (this.ctx.settings.syncNotifications)
72-
this.ctx.notice('Readwise: Previous sync not detected...\nDownloading full Readwise library');
72+
this.ctx.notice('Readwise: Downloading full Readwise library');
7373
if (!(await Controller.validateAPIInstance())) {
7474
this.ctx.notice('Readwise: Network connection and valid API Token required');
7575
return;

0 commit comments

Comments
 (0)