Skip to content

Commit f367353

Browse files
authored
fix handy-keys not firing when in the ui (cjpais#856)
1 parent 15fbc47 commit f367353

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src-tauri/src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -357,6 +357,7 @@ pub fn run(cli_args: CliArgs) {
357357
.expect("Failed to export typescript bindings");
358358

359359
let mut builder = tauri::Builder::default()
360+
.device_event_filter(tauri::DeviceEventFilter::Always)
360361
.plugin(tauri_plugin_dialog::init())
361362
.plugin(
362363
LogBuilder::new()

0 commit comments

Comments
 (0)