This commit is contained in:
Jazzzny
2023-09-29 17:51:51 -04:00
parent 25f5ea2457
commit ce0928ba38
3 changed files with 9 additions and 4 deletions

View File

@@ -402,6 +402,7 @@ class MainFrame(wx.Frame):
sizer.Add(buttonsizer, 0, wx.ALIGN_RIGHT | wx.ALL, 20)
panel.SetSizer(sizer)
frame.Show()
frame.Centre()
def _onWebviewNav(self, event):
url = event.GetURL()