Change some design and default values (#27)

This commit is contained in:
Aaron Veil
2023-10-27 02:47:39 +03:00
committed by GitHub
parent f566346688
commit 8d7e77f191
24 changed files with 45 additions and 25 deletions

View File

@ -62,6 +62,9 @@ object SponsorBlockPatch : ResourcePatch() {
"ic_sb_edit.xml",
"ic_sb_logo.xml",
"ic_sb_publish.xml",
"ns_bg.xml",
"ic_sb_forward.xml",
"ic_sb_backward.xml",
"ic_sb_voting.xml"
)
).forEach { resourceGroup ->
@ -119,4 +122,4 @@ object SponsorBlockPatch : ResourcePatch() {
SettingsPatch.updatePatchStatus("SponsorBlock")
}
}
}