switched to a monospace font in the cfg tool, padded the hashrates to appear as decimal centered, and left justified hostnames for better readability.

This commit is contained in:
UpstreamData
2022-02-22 10:49:23 -07:00
parent ef0a507306
commit bb89be64f4
5 changed files with 21 additions and 18 deletions

View File

@@ -40,7 +40,7 @@ async def set_progress_bar_len(amount):
async def sort_data(index: int or str):
if window["scan"].disabled:
if window["scan"].Disabled:
print("disabled")
return
await update_ui_with_data("status", "Sorting Data")