Skip to content

Commit

Permalink
chore: wip
Browse files Browse the repository at this point in the history
  • Loading branch information
cyrinux committed Jul 19, 2024
1 parent 8994e05 commit 941214f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ fn handle_custom_action(
return Ok(status.success());
}

if action.contains("📶 - Disconnect wifi") {
if action.contains(" - Disconnect wifi") {
let status = if is_command_installed("nmcli") {
disconnect_nm_wifi(wifi_interface)?
} else {
Expand Down

0 comments on commit 941214f

Please sign in to comment.