This commit is contained in:
Felix Buehler 2024-07-23 21:26:22 +02:00 committed by Gijs Burghoorn
parent 849e7cea87
commit 2157b81944

View file

@ -32,7 +32,11 @@ impl PowerControl {
}
impl KeyMenuWidget {
pub fn new(power_config: PowerControlConfig, switcher_config: SwitcherConfig, system_shell: String) -> Self {
pub fn new(
power_config: PowerControlConfig,
switcher_config: SwitcherConfig,
system_shell: String
) -> Self {
Self {
power_config,
switcher_config,