Skip to content

Commit

Permalink
chore(windows): rename internal event window class
Browse files Browse the repository at this point in the history
  • Loading branch information
amrbashir authored Jan 17, 2024
1 parent 6f59906 commit da0955b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/platform_impl/windows/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ impl Drop for GlobalHotKeyManager {

impl GlobalHotKeyManager {
pub fn new() -> crate::Result<Self> {
let class_name = encode_wide("tray_icon_app");
let class_name = encode_wide("global_hotkey_app");
unsafe {
let hinstance = get_instance_handle();

Expand Down

0 comments on commit da0955b

Please sign in to comment.