Skip to content

Commit

Permalink
fix: refactor in overlay.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
ahqsoftwares committed Oct 31, 2024
1 parent 282d310 commit 0f50130
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/overlay.rs
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,9 @@ fn main() {
"4" => 4,
"5" => 5,
_ => 20
}));
}), None);
} else if modifiers.control_key() && key_str == "1" {
window.set_badge_count(None);
window.set_badge_count(None, None);
}

#[cfg(windows)]
Expand Down

0 comments on commit 0f50130

Please sign in to comment.