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 authored and gtandersen committed Apr 29, 2024
1 parent 4cc3c8b commit 0b4be05
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 0b4be05

Please sign in to comment.