opening settings window
This commit is contained in:
		@@ -79,7 +79,7 @@ class ServerPanel(wx.Frame):
 | 
			
		||||
    def open_settings(self,e):
 | 
			
		||||
 | 
			
		||||
        print("open settings")
 | 
			
		||||
        dg = GetData(parent = ServerPanel(self))
 | 
			
		||||
        dg = GetData(parent = None)
 | 
			
		||||
        dg.ShowModal()
 | 
			
		||||
        # box = wx.TextEntryDialog(None, "Host: ")
 | 
			
		||||
        # if box.ShowModal() == wx.ID_OK:
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user