loader: hopefully fix cpu uv

This commit is contained in:
souldbminersmwc
2025-10-03 18:37:02 -04:00
parent d59d37bbcd
commit 95027bc317
3 changed files with 17 additions and 17 deletions

View File

@@ -112,7 +112,7 @@ def populate():
dpg.add_separator(label="Primary Timings")
dpg.add_combo(
items=["0 (1600bl)", "2 (1333bl/1866bl)", "4 (2133bl)"],
items=["0 (1600bl)", "2 (1866bl)", "4 (2133bl)"],
default_value="2",
label="Base Latency",
callback=k.grab_kip_storage_values_no_mult,