We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
toggle_all
1 parent 4e90318 commit 65eee0bCopy full SHA for 65eee0b
src/utils/mod.rs
@@ -63,7 +63,7 @@ pub fn toggle_all(enable: Option<bool>) -> windows_result::Result<()> {
63
if should_bypass(process_name) {
64
continue;
65
}
66
- _ = toggle_efficiency_mode(pid, enable);
+ _ = toggle_efficiency_mode(pid, enable).inspect_err(log_warn);
67
68
69
Ok(())
0 commit comments