From 305fc626dae56c6bf86c71f989842946c16a98db Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Josu=20Go=C3=B1i?= Date: Sun, 27 Oct 2024 21:11:47 +0100 Subject: [PATCH] Fix --- razer_control_gui/src/razer-settings/razer-settings.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/razer_control_gui/src/razer-settings/razer-settings.rs b/razer_control_gui/src/razer-settings/razer-settings.rs index 26ff5be..c442e9e 100644 --- a/razer_control_gui/src/razer-settings/razer-settings.rs +++ b/razer_control_gui/src/razer-settings/razer-settings.rs @@ -426,7 +426,6 @@ fn make_page(ac: bool, device: SupportedDevice) -> SettingsPage { let row = SettingsRow::new(&label, &gpu_boost); let gpu_boost_row = &row.master_container; settings_section.add_row(gpu_boost_row); - settings_section.add_row(&row.master_container); cpu_boost_row.show_all(); cpu_boost_row.set_no_show_all(true);