fix: correctly show OC requirement message with overdrive disabled on RDNA3+

This commit is contained in:
Ilya Zlobintsev
2026-01-27 12:06:58 +02:00
parent 9969abe3bf
commit f7b25ce6b6
+1 -1
View File
@@ -106,7 +106,7 @@ impl relm4::Component for ThermalsPage {
#[watch]
set_visible: model.system_info.amdgpu_overdrive_enabled == Some(false)
&& model.has_pmfw
&& model.custom_control_supported,
&& model.fan_speed.is_some(),
gtk::Label {
set_label: &fl!(I18N, "oc-missing-fan-control-warning"),