Other: Fix launcher argument type

This commit is contained in:
James Houlahan
2022-10-13 04:15:25 +02:00
parent fba8568474
commit 6b2b98a262

View File

@ -100,7 +100,7 @@ func New() *cli.App {
Usage: "Don't show window after start",
Hidden: true,
},
&cli.BoolFlag{
&cli.StringFlag{
Name: flagLauncher,
Usage: "The launcher used to start the app",
Hidden: true,