Rename all instances of dgpu_only to gpu_mux

This commit is contained in:
Luke D. Jones
2022-08-21 21:39:01 +12:00
parent eba9dc8a52
commit 45641c928d
9 changed files with 14 additions and 13 deletions

View File

@@ -39,7 +39,7 @@ impl BiosState {
} else {
false
},
dedicated_gfx: if supported.rog_bios_ctrl.dgpu_only {
dedicated_gfx: if supported.rog_bios_ctrl.gpu_mux {
dbus.proxies().rog_bios().gpu_mux_mode()?
} else {
GpuMode::NotSupported

View File

@@ -90,7 +90,7 @@ pub fn rog_bios_group(
}
}
if supported.rog_bios_ctrl.dgpu_only {
if supported.rog_bios_ctrl.gpu_mux {
let mut changed = false;
ui.group(|ui| {
ui.vertical(|ui| {