Skip to content
This repository has been archived by the owner on Jan 21, 2024. It is now read-only.

Commit

Permalink
forgot to fix one more thing from the merge issue (fixes #145)
Browse files Browse the repository at this point in the history
  • Loading branch information
polymorphicshade committed Feb 21, 2022
1 parent 2a0c203 commit be0f37b
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ private SettingsResourceRegistry() {
add(UpdateSettingsFragment.class, R.xml.update_settings);
add(VideoAudioSettingsFragment.class, R.xml.video_audio_settings);
add(SponsorBlockSettingsFragment.class, R.xml.sponsor_block_settings);
add(SponsorBlockCategoriesSettingsFragment.class, R.xml.sponsor_block_category_settings);
add(ExtraSettingsFragment.class, R.xml.extra_settings);
}

Expand Down

0 comments on commit be0f37b

Please sign in to comment.