Fixed apply button not becoming clickable

This commit is contained in:
Ilya Zlobintsev 2020-12-02 14:23:51 +02:00
parent b30fd41622
commit 24dc736c1f

View File

@ -134,7 +134,7 @@ fn build_ui(application: &gtk::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();