mirror of
https://github.com/openmv/openmv.git
synced 2025-11-04 14:49:50 +08:00
Display the correct IDE version.
This commit is contained in:
parent
eb97a51183
commit
b61ac5f067
@ -698,6 +698,8 @@ class OMVGtk:
|
|||||||
|
|
||||||
def about_dialog(self, widget):
|
def about_dialog(self, widget):
|
||||||
dialog = self.builder.get_object("about_dialog")
|
dialog = self.builder.get_object("about_dialog")
|
||||||
|
ide_version = "v%d.%d.%d"%(FIRMWARE_VERSION_MAJOR, FIRMWARE_VERSION_MINOR, FIRMWARE_VERSION_PATCH)
|
||||||
|
dialog.set_version(ide_version)
|
||||||
dialog.run()
|
dialog.run()
|
||||||
dialog.hide()
|
dialog.hide()
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user