disabled the buttons that can break each other when another coroutine is running

This commit is contained in:
UpstreamData
2022-02-18 10:59:10 -07:00
parent 36ff5e96a4
commit 908594970e
5 changed files with 89 additions and 11 deletions

View File

@@ -47,7 +47,13 @@ layout = [
[sg.Table(
values=[],
headings=["IP", "Model", "Hostname", "Hashrate", "Temperature", "Current User", "Wattage"],
headings=["IP",
"Model",
"Hostname",
"Hashrate",
"Temperature",
"Current User",
"Wattage"],
auto_size_columns=False,
max_col_width=15,
justification="center",