mirror of
https://github.com/ilya-zlobintsev/LACT.git
synced 2026-08-17 16:34:54 -05:00
fix: correctly show OC requirement message with overdrive disabled on RDNA3+
This commit is contained in:
@@ -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"),
|
||||
|
||||
Reference in New Issue
Block a user