mirror of
https://github.com/ilya-zlobintsev/LACT.git
synced 2025-02-25 18:55:26 -06:00
Fixed apply button not becoming clickable
This commit is contained in:
parent
b30fd41622
commit
24dc736c1f
@ -134,7 +134,7 @@ fn build_ui(application: >k::Application) {
|
||||
});
|
||||
}
|
||||
|
||||
let adjs = [gpu_clockspeed_adjustment.clone(), vram_clockspeed_adjustment.clone(), gpu_voltage_adjustment.clone()];
|
||||
let adjs = [gpu_clockspeed_adjustment.clone(), vram_clockspeed_adjustment.clone(), gpu_voltage_adjustment.clone(), vram_voltage_adjustment.clone()];
|
||||
|
||||
for adjustment in adjs.iter() {
|
||||
let b = apply_button.clone();
|
||||
|
Loading…
Reference in New Issue
Block a user