forked from Elara6331/itd
		
	Fix bug where help command doesn't show flags/subcommands
This commit is contained in:
		| @@ -29,7 +29,7 @@ func newProgress(w fyne.Window) progress { | ||||
| 	// Create new rectangle to set the size of the popup | ||||
| 	sizeRect := canvas.NewRectangle(color.Transparent) | ||||
| 	sizeRect.SetMinSize(fyne.NewSize(300, 50)) | ||||
| 	 | ||||
|  | ||||
| 	// Create vbox for label and progress bar | ||||
| 	l := container.NewVBox(out.lbl, out.pb) | ||||
| 	// Create popup | ||||
|   | ||||
		Reference in New Issue
	
	Block a user