Upload files to 'project_manager'
This commit is contained in:
parent
758c8d6495
commit
8c7b931666
1 changed files with 2 additions and 1 deletions
|
@ -104,7 +104,8 @@ def layer(win):
|
|||
110 + current_Y + win.scroll["pm_settings"],
|
||||
420,
|
||||
40,
|
||||
set_text=win.settings["Username"])
|
||||
set_text=win.settings["Username"],
|
||||
tip=talk.text("username"))
|
||||
|
||||
if win.text["Username_setting"]["text"] != win.settings["Username"]:
|
||||
def do():
|
||||
|
|
Loading…
Reference in a new issue