Browse Source

populate vehicle image!

master
Gregory Rudolph 3 years ago
parent
commit
65e6f0af24
Signed by: rudi
GPG Key ID: EF64F3CBD1A1EBDD
  1. 1
      main.go

1
main.go

@ -49,6 +49,7 @@ func main() { @@ -49,6 +49,7 @@ func main() {
if !popup {
NewMainWindow().Show()
}
generateVehicleImgURL()
widgets.QApplication_Exec()
}

Loading…
Cancel
Save