Skip to content

Commit

Permalink
fix(index): Re-prompt local index download on each device
Browse files Browse the repository at this point in the history
Makes more sense if we'd like users to use the index everywhere.

Also makes testing easier (as the user can't undo this one)
  • Loading branch information
castaway committed Apr 17, 2024
1 parent 0989d38 commit 56191e4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/app/app.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -319,7 +319,6 @@ export class AppComponent implements OnInit, AfterViewInit, CanvasTableSelectLis
// sidebar
this.showPopularRecipients = prefs.get(`${this.preferenceService.prefGroup}:${LOCAL_STORAGE_SHOW_POPULAR_RECIPIENTS}`) === 'true';
this.avatarSource = prefs.get(`${this.preferenceService.prefGroup}:avatarSource`);
this.localSearchIndexPrompted = prefs.get(`${this.preferenceService.prefGroup}:localSearchPromptDisplayed`) === 'true';

this.preferences = prefs;
});
Expand Down

0 comments on commit 56191e4

Please sign in to comment.