mirror of
https://github.com/damp11113/IDRB.git
synced 2025-04-27 22:48:09 +00:00
Update client.py
This commit is contained in:
parent
0e55b036ec
commit
3e86830ba0
@ -423,7 +423,7 @@ class App:
|
|||||||
dpg.add_text(i)
|
dpg.add_text(i)
|
||||||
|
|
||||||
dpg.add_spacer(height=20)
|
dpg.add_spacer(height=20)
|
||||||
dpg.add_text(f"Copyright (C) 2023 ThaiSDR All rights reserved. (GPLv3)")
|
dpg.add_text(f"Copyright (C) 2023 damp11113 All rights reserved. (GPLv3)")
|
||||||
|
|
||||||
with dpg.window(label="Password Required", tag="requestpasswordpopup", modal=True, no_resize=True, no_close=True, no_move=True, show=False):
|
with dpg.window(label="Password Required", tag="requestpasswordpopup", modal=True, no_resize=True, no_close=True, no_move=True, show=False):
|
||||||
dpg.add_text("This channel is encrypt! Please enter password for decrypt.")
|
dpg.add_text("This channel is encrypt! Please enter password for decrypt.")
|
||||||
@ -550,4 +550,4 @@ class App:
|
|||||||
|
|
||||||
|
|
||||||
app = App()
|
app = App()
|
||||||
app.init()
|
app.init()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user