added the option to append the last octet of the IP address to the username when configuring

This commit is contained in:
UpstreamData
2022-04-29 15:37:07 -06:00
parent d877ba01a0
commit ce5e1cad40
6 changed files with 27 additions and 26 deletions

View File

@@ -95,7 +95,7 @@ layout = [
sg.Button("LIGHT", key="light"),
sg.Button("GENERATE", key="generate_config"),
],
[sg.Text("")],
[sg.Checkbox("Append IP 4th Octet to Username", key="last_octet_user")],
[sg.Multiline(size=(50, 28), key="config", do_not_clear=True)],
]
),