opening settings window

This commit is contained in:
mkang18 2022-10-24 22:32:03 -05:00
parent 77c7aed79d
commit e263d10724

View File

@ -79,7 +79,7 @@ class ServerPanel(wx.Frame):
def open_settings(self,e): def open_settings(self,e):
print("open settings") print("open settings")
dg = GetData(parent = ServerPanel(self)) dg = GetData(parent = None)
dg.ShowModal() dg.ShowModal()
# box = wx.TextEntryDialog(None, "Host: ") # box = wx.TextEntryDialog(None, "Host: ")
# if box.ShowModal() == wx.ID_OK: # if box.ShowModal() == wx.ID_OK: