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 15fbc47 commit f367353Copy full SHA for f367353
src-tauri/src/lib.rs
@@ -357,6 +357,7 @@ pub fn run(cli_args: CliArgs) {
357
.expect("Failed to export typescript bindings");
358
359
let mut builder = tauri::Builder::default()
360
+ .device_event_filter(tauri::DeviceEventFilter::Always)
361
.plugin(tauri_plugin_dialog::init())
362
.plugin(
363
LogBuilder::new()
0 commit comments