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.
1 parent 2b59546 commit 8f7b63dCopy full SHA for 8f7b63d
src-tauri/src/lib.rs
@@ -110,8 +110,7 @@ fn show_main_window(app: &AppHandle) {
110
111
fn initialize_core_logic(app_handle: &AppHandle) {
112
// Initialize the input state (Enigo singleton for keyboard/mouse simulation)
113
- let enigo_state =
114
- input::EnigoState::new().expect("Failed to initialize input state (Enigo)");
+ let enigo_state = input::EnigoState::new().expect("Failed to initialize input state (Enigo)");
115
app_handle.manage(enigo_state);
116
117
// Initialize the managers
0 commit comments