Removed outdated information from stdout

This commit is contained in:
cyber-sushi 2024-05-10 02:31:35 +02:00
parent 0b4bfb858a
commit 19ae1d8629

View file

@ -100,7 +100,7 @@ pub fn launch_tasks(config_files: &Vec<Config>, tasks: &mut Vec<JoinHandle<()>>)
}
Ok(_) => {
println!("Warning: user has no access to event devices, Makima might not be able to detect all connected devices.\n\
Note: use `sudo usermod -aG input <username>` and reboot. Alternatively, run Makima as root. Continuing...\n");
Note: Run Makima with 'sudo -E makima' or as a system service. Refer to the docs for more info. Continuing...\n");
false
},
Err(_) => {