Closed timcole closed 5 years ago
If someone adds a custom class arg it doesn't work because the default --class=Lorca is created after the customArgs are appended causing it to be used instead.
class
--class=Lorca
https://github.com/zserge/lorca/blob/fc17d70a2dd17adf5bedbfd03c27eacbb4bbe2f7/ui.go#L77-L81
Fixed by https://github.com/zserge/lorca/commit/e233144030cb14734652034189a105bb254504e3
If someone adds a custom
class
arg it doesn't work because the default--class=Lorca
is created after the customArgs are appended causing it to be used instead.https://github.com/zserge/lorca/blob/fc17d70a2dd17adf5bedbfd03c27eacbb4bbe2f7/ui.go#L77-L81