From f7bf7aeef9ffc4f6c5a2bf6ebcff6e9fb7d0b64b Mon Sep 17 00:00:00 2001 From: Luke Jones Date: Sun, 2 Mar 2025 16:24:17 +1300 Subject: [PATCH] ROGCC: fix displaying ppt-toggle switch --- rog-control-center/ui/pages/system.slint | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rog-control-center/ui/pages/system.slint b/rog-control-center/ui/pages/system.slint index 4cebb769..5bd7391f 100644 --- a/rog-control-center/ui/pages/system.slint +++ b/rog-control-center/ui/pages/system.slint @@ -243,7 +243,7 @@ export component PageSystem inherits Rectangle { } } - if SystemPageData.ppt_pl1_spl.current != -1 || SystemPageData.ppt_pl2_sppt.current != -1 || SystemPageData.nv_dynamic_boost.current != -1: HorizontalLayout { + if SystemPageData.ppt_pl1_spl.current != -1 || SystemPageData.ppt_pl2_sppt.current != -1 || SystemPageData.ppt_pl3_fppt.current != -1 || SystemPageData.ppt_fppt.current != -1 || SystemPageData.ppt_apu_sppt.current != -1 || SystemPageData.nv_temp_target.current != -1 || SystemPageData.nv_dynamic_boost.current != -1: HorizontalLayout { padding-right: 10px; padding-left: 10px; alignment: LayoutAlignment.space-between;