added indicators of what function is running

This commit is contained in:
UpstreamData
2022-05-06 16:12:17 -06:00
parent c01908ff9a
commit 09660e1934
6 changed files with 27 additions and 22 deletions

View File

@@ -48,7 +48,7 @@ def btn_web(table, selected):
webbrowser.open("http://" + window[table].Values[row][0])
@disable_buttons
@disable_buttons("Refreshing")
async def btn_refresh(table, selected):
ips = [window[table].Values[row][0] for row in selected]
if not len(selected) > 0: