mirror of
https://gitlab.com/asus-linux/asusctl.git
synced 2026-02-06 00:15:04 +01:00
Update support for boot_sound kernel patch
This commit is contained in:
@@ -40,7 +40,7 @@ pub struct PlatformState {
|
||||
impl PlatformState {
|
||||
pub fn new(dbus: &RogDbusClientBlocking<'_>) -> Result<Self> {
|
||||
Ok(Self {
|
||||
post_sound: dbus.proxies().platform().post_animation_sound().ok(),
|
||||
post_sound: dbus.proxies().platform().boot_sound().ok(),
|
||||
gpu_mux_mode: dbus
|
||||
.proxies()
|
||||
.platform()
|
||||
|
||||
Reference in New Issue
Block a user