improvements to controller scroll groups

This commit is contained in:
booploops 2022-03-02 06:59:27 -08:00
parent 66a659ad77
commit b446b82c7b
4 changed files with 19 additions and 10 deletions

View file

@ -184,10 +184,6 @@ export class BrowserWindow {
page: "plugins-github",
component: `<plugins-github></plugins-github>`,
condition: `page == 'plugins-github'`
}, {
page: "podcasts",
component: `<apple-podcasts></apple-podcasts>`,
condition: `page == 'podcasts'`
}, {
page: "remote-pair",
component: `<remote-pair></remote-pair>`,