mirror of
https://github.com/MaintainTeam/LastPipeBender.git
synced 2025-03-01 22:08:22 +03:00
forgot to fix one more thing from the merge issue (fixes #145)
This commit is contained in:
parent
2a0c203cb1
commit
be0f37b779
1 changed files with 1 additions and 0 deletions
|
@ -40,6 +40,7 @@ public final class 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);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue