disabled the buttons that can break each other when another coroutine is running
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user