opening settings window
This commit is contained in:
parent
77c7aed79d
commit
e263d10724
@ -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:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user