populate vehicle image!

This commit is contained in:
2021-07-17 15:01:45 -04:00
parent 0cad24f009
commit 65e6f0af24

View File

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