mirror of
https://github.com/damp11113/IDRB.git
synced 2025-04-27 06:28:09 +00:00
patch some bug in v1.6.1
connect button in server select not hide after connected
This commit is contained in:
parent
4608d1cd45
commit
ea5e8d23e5
Binary file not shown.
@ -66,6 +66,7 @@ class App:
|
||||
def connecttoserverwithpubselect(self, sender, data):
|
||||
self.ccconwithpubselect = True
|
||||
dpg.configure_item("pubserverselectwindow", show=False)
|
||||
dpg.configure_item("connectbuttonpubserverselect", show=False)
|
||||
self.connecttoserver(None, None)
|
||||
|
||||
def connecttoserver(self, sender, data):
|
||||
|
Loading…
x
Reference in New Issue
Block a user