updates to reflect changes to vm-api and vban-cmd.

patch bump
This commit is contained in:
onyx-and-iris
2022-08-02 10:06:35 +01:00
parent ca548187f1
commit bb65f1b819
5 changed files with 10 additions and 12 deletions

View File

@@ -288,6 +288,7 @@ class Menus(tk.Menu):
self.vban = vban_cmd.api(kind_id, **opts)
# login to vban interface
self.vban.login()
self.vban.event.add("ldirty")
# destroy the current App frames
self.parent._destroy_top_level_frames()
_base_values.vban_connected = True