diff --git a/src/popup.ts b/src/popup.ts index 7895af9..c4b9ef2 100644 --- a/src/popup.ts +++ b/src/popup.ts @@ -11,11 +11,11 @@ class Popup { static async init(): Promise { const preferences: Preferences = await PreferencesRepository.get(); + this.bind(); + this.hideLikesCheckbox.checked = preferences.hideLikes; this.hideRepliesCheckbox.checked = preferences.hideReplies; this.hideRetweetsCheckbox.checked = preferences.hideRetweets; - - this.bind(); } static bind(): void {