Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
JosuGZ committed Oct 27, 2024
1 parent ec79ef4 commit 305fc62
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion razer_control_gui/src/razer-settings/razer-settings.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 305fc62

Please sign in to comment.