use blocking for handy keys (#881)
This commit is contained in:
parent
a5c3f88ace
commit
0c8358899f
1 changed files with 1 additions and 1 deletions
|
|
@ -111,7 +111,7 @@ impl HandyKeysState {
|
||||||
info!("handy-keys manager thread started");
|
info!("handy-keys manager thread started");
|
||||||
|
|
||||||
// Create the HotkeyManager in this thread
|
// Create the HotkeyManager in this thread
|
||||||
let manager = match HotkeyManager::new() {
|
let manager = match HotkeyManager::new_with_blocking() {
|
||||||
Ok(m) => m,
|
Ok(m) => m,
|
||||||
Err(e) => {
|
Err(e) => {
|
||||||
error!("Failed to create HotkeyManager: {}", e);
|
error!("Failed to create HotkeyManager: {}", e);
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue