Disable laptop panel when the lid is closed

This commit is contained in:
Ivan Molodetskikh
2024-11-05 09:40:54 +03:00
parent a778ab3897
commit cd90dfc7be
6 changed files with 66 additions and 9 deletions
+2
View File
@@ -1533,6 +1533,8 @@ pub struct DebugConfig {
pub disable_resize_throttling: bool,
#[knuffel(child)]
pub disable_transactions: bool,
#[knuffel(child)]
pub keep_laptop_panel_on_when_lid_is_closed: bool,
}
#[derive(knuffel::DecodeScalar, Debug, Clone, Copy, PartialEq, Eq)]