diff --git a/src/app/app.component.ts b/src/app/app.component.ts index 6b240e56..7be18abc 100644 --- a/src/app/app.component.ts +++ b/src/app/app.component.ts @@ -81,6 +81,10 @@ export class AppComponent implements OnInit { this.stateService.save('profileOrganizations', profile.organizations); } break; + case 'syncScheduleStarted': + case 'syncScheduleStopped': + this.stateService.save('syncingDir', message.command === 'syncScheduleStarted'); + break; case 'logout': this.logOut(!!message.expired); break; diff --git a/src/app/tabs/dashboard.component.html b/src/app/tabs/dashboard.component.html index f9f9759d..73507288 100644 --- a/src/app/tabs/dashboard.component.html +++ b/src/app/tabs/dashboard.component.html @@ -32,6 +32,7 @@
You can run tests to see how your directory and sync settings are working. Tests will not sync to your Bitwarden organization.