Skip to content

Commit

Permalink
fix(CustomApps): hotfix for 1.1.99 (spicetify#2022)
Browse files Browse the repository at this point in the history
  • Loading branch information
kyrie25 authored Nov 23, 2022
1 parent 44543e7 commit 424093d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/apply/apply.go
Original file line number Diff line number Diff line change
Expand Up @@ -242,8 +242,8 @@ func insertCustomApp(jsPath string, flags Flag) {
appName, reactSymbs[1], reactSymbs[1], appName)

appEleMap += fmt.Sprintf(
`%s(%s,{path:"/%s",children:%s(spicetifyApp%d,{})}),`,
eleSymbs[0], eleSymbs[1], app, eleSymbs[0], index)
`%s(%s,{path:"/%s",pathV6:"/%s",children:%s(spicetifyApp%d,{})}),`,
eleSymbs[0], eleSymbs[1], app, app, eleSymbs[0], index)

cssEnableMap += fmt.Sprintf(`,"%s":1`, appName)
}
Expand Down

0 comments on commit 424093d

Please sign in to comment.